Arkadii Ivanov
02/12/2020, 9:18 PMCoroutineDispatcher
implementation using this implementation as a reference: https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/kotlinx-coroutines-rx2/src/RxScheduler.kt However Delay
interface is marked as InternalCoroutinesApi
. Is there a good way to implement delaying?louiscad
02/12/2020, 11:04 PMDispatchers.Default
Arkadii Ivanov
02/12/2020, 11:27 PMInternalCoroutinesApi
is not a good idea, binary compatibility may be broken in future.Vsevolod Tolstopyatov [JB]
02/17/2020, 9:28 AMInternal
— we are not happy with the current Delay
API shape (methods, conctracts, implicity etc.), but neither have real-use cases nor time to properly design it.
Reporting your use-case to the issues would be a great start