tateisu
11/08/2018, 6:31 PMDico
11/08/2018, 6:34 PMCoroutineScope
so that it can be used as receiver of coroutine builder function lambdas. The API does not expose this relationship, and it is thus an implementation detail.tateisu
11/08/2018, 6:43 PMFelix
11/08/2018, 6:58 PMcoroutineContext
.tateisu
11/08/2018, 7:12 PMDico
11/08/2018, 8:30 PMcoroutineContext[Job]
to get the job associated with the current context.tateisu
11/09/2018, 1:24 AMCoroutine object
means pair of Continuation and AbstructCoroutine. CoroutineContext is not Coroutine.