class SyncExecutionContext : ExecutionContext
In thread execution (immediate).
SyncExecutionContext()
fun <T> execute(f: () -> T): Future<T>