How should a single thread executor not be sequent...
# coroutines
h
How should a single thread executor not be sequential?
s
Yes, the passed block should run on the single thread sequentially and it is required, however
launch
seems to be blocking the main thread, which I assumed it shouldn't. I'm pretty sure just misunderstanding something