Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BlockingPool must fit thread_count (elastic#894)
queue_size must be greater than or equal to thread_count, or else the main thread can hang trying to acquire a lock to write sentinel values to the queue during teardown.
- Loading branch information