Thread pools are configured with queues, that's wh...
# announcements
c
Thread pools are configured with queues, that's where you want the blocking you need. And that's what existing thread pools already offer you. You can even control the rejection policy if you so desire.