<@U0K3AQE1M> I didn't get to take a real close loo...
# coroutines
u
@untwisted I didn't get to take a real close look yet as I am on mobile. But i am wondering if you have blocking calls at the leafs of your coroutines? Could it be, you have less cores on your laptop, giving you less threads in the CommonPool? If these threads are all blocked, scheduling a new coroutine will wait for one of those blocked threads to become free