you can specify the context for your execution wit...
# coroutines
h
you can specify the context for your execution with
Copy code
val result = future(someKotlinContext) { ... }