What happened to GlobalScope.future{} ? I thought ...
# coroutines
k
What happened to GlobalScope.future{} ? I thought that was the way to interop w/ Java so Java can call a coroutine?
b
k
Thanks... Didn't realize it was in there...the main Kotlin globalscope docs don't mention it...
b
That’s because GlobalScope is just a generic CoroutineScope that ignores structured concurrency