I see there is a private API to create a context t...
# coroutines
s
I see there is a private API to create a context that reuses threads from the Default dispatcher, but limits it's parallelism to a single thread, i.e.
LimitingDispatcher
. Is this supported in a public API yet?
e
Not yet. Will open it up later. Need to design public API
s
thanks