What is the current thinking of the kotlinx.corout...
# coroutines
a
What is the current thinking of the kotlinx.coroutines team on exposing the
Delay
interface or something like it as public API, and similar patterns of APIs like
delay
coordinating with a compatible dispatcher? Some of these things seem like they would make sense as their own context elements, and having the
ContinuationInterceptor
implement private interfaces like this makes writing delegating interceptors kind of prohibitive.