Is having a single threaded dispatcher or semaphor...
# coroutines
u
Is having a single threaded dispatcher or semaphore more idiomatic?
l
Mutex
t
if you’re targeting native also single threaded dispatcher can be very useful since you need to worry less about freezing. it can also outperform locks in some cases.