LifoSem make tryRemoveNode protected
Summary: Lifo sem exposes allocateNode and tryWaitOrPush as protected which allows inherited classes custom Node implementation, creation and enqueueing. tryRemoveNode was private which prevented inherited classes from dequeueing a Node without signaling shutdown. This diff fixes it Reviewed By: shixiao Differential Revision: D15647287 fbshipit-source-id: 5b26a9616f6de559224f9d8c38230780c78a7cf5
Showing
Please register or sign in to comment