<@U2E974ELT> - in the code above I had a lot of `o...
# coroutines
o
@elizarov - in the code above I had a lot of
offer
that did not succeded, so I discovered that by default there is no queue (capacity=0). I changed it to max int, but I wonder if 0 is a sensible default. what is the use case? it sounds (to me) like unbounded is a better default