Add timed_wait and try_wait to Baton
Summary: This diff adds timed_wait that allows waiting on the Baton with a timeout. The diff also adds try_wait which doesn't block the thread at all. Test Plan: -- added new unit tests -- ran all folly tests Reviewed By: ngbronson@fb.com Subscribers: bwatling FB internal diff: D1468909 Tasks: 4679428
Showing
Please register or sign in to comment