Anybody knows a good Thread pool executor for Java which supports hierarchical allocations and stealing?

I have a bunch of individual background and foreground tasks, and want to make an allocation for foreground tasks and for individual task types, but allow background tasks to use available threads if not used.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.