<@U3ZLHBTLG> Out-of-the box we have only `Job`, `C...
# coroutines
e
@louiscad Out-of-the box we have only
Job
,
CoroutineDispatcher
, and an optional
CoroutineName
and
CoroutineId
to be used for debugging. Everything else == custom stuff that you might have to keep your app-specific “coroutine-local” variables.