Enum DispatchReentrancy¶
Defined in File multiplexing_dispatchable.h
Enum Documentation¶
-
enum class mir::dispatch::DispatchReentrancy¶
How concurrent dispatch should be handled.
Values:
-
enumerator sequential¶
The dispatch function is guaranteed not to be called while a thread is currently running it.
-
enumerator reentrant¶
The dispatch function may be called on multiple threads simultaneously.
-
enumerator sequential¶