ExecutorCoroutineDispatcher
abstract class ExecutorCoroutineDispatcher : CoroutineDispatcher, Closeable
Content copied to clipboard
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.
Constructors
Functions
Properties
Link copied to clipboard
Underlying executor of current CoroutineDispatcher.