Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually allow applications to provide custom executors.
When the interface was converted to an abstract class, we forgot to make the methods public. Also add Javadoc to clarify the purpose of the provided queues. Apps may elect to provide shared executors while not making use of these queues for simplicity; this is fine as long as apps are not strongly dependent on the priority scheme. Note that ideally, most work is done on the non-blocking pool, and the priority is not relevant anyway.
- Loading branch information