Remove multi-poster support from Baton
[folly.git] / folly / synchronization / Baton.h
2017-12-10 Yedidya FeldblumRemove multi-poster support from Baton v2017.12.11.00
2017-12-09 Yedidya FeldblumSplit Baton wait methods into fast and slow paths
2017-12-06 Yedidya FeldblumRename Baton::timed_wait to try_wait_for and try_wait_until
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/