I would love a queue that enables adding a limited number of tasks to it. I hear this is called a “dropping” queue. A dropping queue discards new values if the queue is full. It would behave much like this does:
https://effect.website/docs/concurrency/queue/#dropping-queue
