Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DynamicBoundedQueue: Round threshold up to avoid threshold 0
Summary: Ensure that threshold is not 0, otherwise when capacity < 10, threshold is 0, which can lead to consumers never transferring credit to producers. Differential Revision: D26791831 fbshipit-source-id: 741bcf17de18198e43471d4b36d98c79288652fb
- Loading branch information