I have a question about ArrayChannel. I see that i...
# coroutines
b
I have a question about ArrayChannel. I see that it is currently implemented using a thread-blocking lock. Why not the suspending mutex? Is it not a concern for a fixed pool context?