nee-core / dev.neeffect.nee.effects.async / ExecutionContextProvider

ExecutionContextProvider

interface ExecutionContextProvider

Provider of execution context.

Functions

findExecutionContext

Find correct execution context.

abstract fun findExecutionContext(local: Option<ExecutionContext>): ExecutionContext

Inheritors

ECProvider

class ECProvider : ExecutionContextProvider