genovich
09/02/2020, 11:25 AMCoroutineContext by key and cancel it?streetsofboston
09/02/2020, 11:46 AMsomeCoroutineContext[Job]?.cancel()genovich
09/02/2020, 11:51 AMstreetsofboston
09/02/2020, 11:55 AMchildren property on it.genovich
09/02/2020, 12:13 PMMap<Any, Job>, or to add new Element to CoroutineContext?genovich
09/02/2020, 12:13 PMstreetsofboston
09/02/2020, 12:32 PMgenovich
09/02/2020, 12:34 PMgenovich
09/02/2020, 12:36 PMelizarov
09/02/2020, 1:24 PMgenovich
09/02/2020, 1:36 PMCoroutineScope that have been launched earlier.
You can treat it as a system that can emit signals like start Job or stop Job by token.
I can explain this better in DM, if You want.elizarov
09/02/2020, 6:36 PMlaunch { .. } function that returns a Job that you can call cancel() on.genovich
09/02/2020, 6:56 PMgenovich
09/02/2020, 6:57 PM