interface ExecutionContextProvider
Provider of execution context.
findExecutionContext |
Find correct execution context. abstract fun findExecutionContext(local: Option<ExecutionContext>): ExecutionContext |
ECProvider |
class ECProvider : ExecutionContextProvider |