Adds test drivers for concurrent hash maps
[folly.git] / folly / synchronization / Baton.h
2018-01-19 Nathan Bronsonremove closure from assert
2018-01-10 Yedidya FeldblumBaton support for wait-options
2018-01-10 Yedidya FeldblumTimed wait operations for spin-only Baton
2018-01-05 Yedidya FeldblumFix copyright lines in folly/synchronization/Baton.h
2017-12-19 Yedidya FeldblumSwitch the Baton template params
2017-12-19 Yedidya FeldblumBaton::ready, a const variant of try_wait
2017-12-15 Yedidya FeldblumLet Baton methods be noexcept
2017-12-14 Yedidya FeldblumUse explicit memory order in Baton::post
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/