Rick
11/26/2019, 7:01 AMoctylFractal
11/26/2019, 7:05 AMRick
11/26/2019, 7:22 AMoctylFractal
11/26/2019, 7:47 AMsuspend
point, kotlin saves all the state to a Continuation, and then that Continuation is held by some code to be resumed later. While the coroutine is in such state, it is suspended and does not reside on any thread, because it can be resumed using information contained only in the Continuation, without any need for a stack frame to be retainedRick
11/26/2019, 8:53 AMoctylFractal
11/26/2019, 8:54 AMRick
11/26/2019, 9:04 AM