ExecutorCoroutineDispatcher
CoroutineDispatcher that has underlying Executor for dispatching tasks. Instances of ExecutorCoroutineDispatcher should be closed by the owner of the dispatcher.
This class is generally used as a bridge between coroutine-based API and asynchronous API that requires an instance of the Executor.
Properties
Link copied to clipboard
Underlying executor of current CoroutineDispatcher.