class ExecutorExecutionContext : ExecutionContext
ExecutorExecutionContext(executor: Executor)
fun <T> execute(f: () -> T): Future<T>