https://kotlinlang.org logo
#coroutines
Title
# coroutines
s

spierce7

10/23/2018, 3:14 AM
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

elizarov

10/23/2018, 3:15 AM
Not yet. Will open it up later. Need to design public API
s

spierce7

10/23/2018, 3:18 AM
thanks
2 Views