BlockingQueue returns bool for add
Summary: Add a return value to BlockingQueue interface - add() returns true if we were able to successfully handoff this work item to an existing thread. Implementation is straightforward in LifoSem. Reviewed By: magedm Differential Revision: D7477279 fbshipit-source-id: 56ea17672a97ad722fd190baf0433ac68c440750
Showing
Please register or sign in to comment