Thomas
11/13/2024, 5:09 AMsuspend
functions?jw
11/13/2024, 5:11 AMjw
11/13/2024, 5:11 AMThomas
11/13/2024, 5:14 AMjw
11/13/2024, 5:15 AMThomas
11/13/2024, 5:16 AMThomas
11/13/2024, 5:22 AMThomas
11/13/2024, 5:28 AMephemient
11/13/2024, 6:22 AMLiberty Tom
11/13/2024, 6:46 AMsuspend
function created a coroutine?Thomas
11/13/2024, 6:48 AMsuspend
function must be running inside a coroutine; a coroutine have to be created through a "coroutine builder"Pablichjenkov
11/13/2024, 6:55 AMLiberty Tom
11/13/2024, 7:00 AMsuspendCancellableCoroutine
? From the method name, It seems like it would suspend a cancellable coroutine. But the block
parameter is not in a CoroutineScope
. So where is the coroutine that ``suspendCancellableCoroutine`` suspended?Pablichjenkov
11/13/2024, 7:15 AMephemient
11/13/2024, 9:38 PMcoroutineContext[Job]
ephemient
11/13/2024, 9:39 PM