Add BoundedQueue implementation to folly::coro
Summary: BoundedQueue can be useful in many places. This implementation uses MPMCQueue/ProduerConsumerQueue and folly semaphore to achieve bounded queue behavior. Reviewed By: iahs Differential Revision: D31782931 fbshipit-source-id: 06aa12ee6e181641eb7b5acb0c6513b58e436d91
Showing
Please register or sign in to comment