cmake: add checks to generate folly-config.h correctly
[folly.git] / folly / fibers / Baton.cpp
2017-12-19 Yedidya FeldblumBaton::ready, a const variant of try_wait
2017-12-12 Yedidya Feldblumfolly::fibers::Baton API consistency with folly::Baton
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-10-31 Andrii GrynenkoSimplify activateFiber()/deactivateFiber()
2016-08-29 Andrii GrynenkoResolve fibers-futures dependency
2016-06-09 Martin MartinFix a data race found by TSAN in folly::fibers::Baton
2016-05-19 Andrii GrynenkoMove fibers out of experimental