<@U5NBC1Q4U> Threads are expensive. If you have a ...
# coroutines
e
@s1m0nw1 Threads are expensive. If you have a lot of tasks that wait most of the time, then using threads is a waste. It is Ok when there are few tasks (you can have 100s of threads no problem), but it does not scale.