并发调用 meaning in English
concurrent invocation
Examples
- Subsequent calls to the emitter will throw exceptions
并发调用发射器将抛出异常。 - Property if your class supports multiple concurrent invocations
如果您的类支持多个并发调用,则不要公开 - If your class does not support multiple concurrent invocations , consider exposing an
如果类不支持多个并发调用,请考虑公开 - Property because they support multiple concurrent invocations of asynchronous methods
属性,因为它们支持异步方法的多个并发调用。 - Do this if you re prepared to manage multiple concurrent invocations of your method , in which case the
如果您准备管理方法的多个并发调用,可进行此操作,在这种情况下,