Join Slack
Communities
Powered by
There is no “coroutine object”, nor do they have a...
# coroutines
e
elizarov
06/20/2017, 11:27 AM
There is no “coroutine object”, nor do they have any constructor. Coroutines are started via various
coroutine builders
like
launch
,
async
, etc in
kotlinx.coroutines
.
Open in Slack
Previous
Next