Kotlin / kotlinx.coroutines

Library support for Kotlin coroutines
Apache License 2.0
13.07k stars 1.85k forks source link

Improve ticker channels: make them cross-platform and compatible with test context #387

Open elizarov opened 6 years ago

elizarov commented 6 years ago

See #327 and #297 for background. We need to support more time-related methods in Delay interface (that can be optionally implemented by CoroutineDispatcher) so that time-depended operators like ticker can be implemented in a time-source-neutral way and will work on all platforms and under purely fictional (test) time source.

nvbln commented 5 years ago

Hi,

Just wondering, how is this issue progressing?