You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
See #327 and #297 for background. We need to support more time-related methods in
Delay
interface (that can be optionally implemented byCoroutineDispatcher
) so that time-depended operators liketicker
can be implemented in a time-source-neutral way and will work on all platforms and under purely fictional (test) time source.The text was updated successfully, but these errors were encountered: