There is no “coroutine object”, nor do they have a...
# coroutines
e
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
.