altavir
03/20/2025, 9:44 AMdelay
is to create my own dispatcher, which inherits Delay
. The question I have is how this dispatchers knows which coroutine calls scheduleResumeAfterDelay
. I need for delays working on diferent timelines to work independendly.Dmitry Khalanskiy [JB]
03/20/2025, 9:49 AMcontinuation.context.job
. I should note, though, that I don't think a single coroutine dispatcher in our library actually knows about the coroutines running on it, so you're breaking new ground.altavir
03/20/2025, 9:53 AM