[Missing <summary> documentation for T:QS.Fx.Base.SynchronizationOption]

C# | Visual Basic | Managed C++ |
[FlagsAttribute] public enum SynchronizationOption
<FlagsAttribute> _ Public Enumeration SynchronizationOption
[FlagsAttribute] public enum class SynchronizationOption

Member | Description |
---|---|
Unsafe |
Not-reentrant, and could occasionally block for finite periods of time.
Unsafe to run in either multi-threaded or purely single-threaded environment.
|
Reentrant |
Reentrant and therefore safe to run in any multi-threaded environment.
|
Asynchronous |
Nonblocking and therefore safe to run in a single-threaded environment, such as a simulator or a core QSM thread.
|