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

SyncExecutionContext

class SyncExecutionContext : ExecutionContext

In thread execution (immediate).

Constructors

<init>

In thread execution (immediate).

SyncExecutionContext()

Functions

execute

fun <T> execute(f: () -> T): Future<T>