what to do?
# announcements
v
what to do?
v
OK, thanks
i
quick fix: just call
future
on
GlobalScope
object
v
There is no
future
on
GlobalScope
😞
i
GlobalScope.future
future
itself defined as extension on
CoroutineScope
. And
GlobalScope
implements
CoroutineScope
, so it should work.