Anyone here from the Kotlin coroutine team?
# announcements
b
Anyone here from the Kotlin coroutine team?
e
#coroutines
☝🏽 3
b
I am curious why the granularity of delay() is limited to milliseconds?
I haven’t look at the underlying implementation, presumably somewhere in the worker pool implementation, to know what the primary loop looks like, but I assume it has cases when it “parks”…
…is the limitation on delay() related to the granularity of the underlying worker pool dispatcher implementation?