<@U3GNZ6N1J> It is known as worker pool. A channel...
# coroutines
e
@enleur It is known as worker pool. A channel of tasks + a fixed number of coroutines to process submitted tasks. No need for semaphore. The number of coroutines you’ve launched works as a limit on how many tasks can be processed concurrently.
👍 1