UnboundedQueue: Use hazptr_obj_batch
[folly.git] / folly / concurrency / UnboundedQueue.h
2018-01-10 Maged MichaelUnboundedQueue: Use hazptr_obj_batch
2018-01-10 Yedidya FeldblumBaton support for wait-options
2017-12-20 Yedidya FeldblumKill FOLLY_ALIGNED etc
2017-12-16 Maged MichaelUnboundedQueue: Change try_dequeue variants to fail...
2017-12-16 Maged MichaelUnboundedQueue: Fix advanceHead
2017-12-16 Yedidya FeldblumGroup the fields of UnboundedQueue
2017-12-16 Maged MichaelFix comments in UnboundedQueue and DynamicBoundedQueue
2017-12-14 Maged MichaelUnboundedQueue: Use alignas instead of FOLLY_ALIGNED
2017-12-08 Maged MichaelUnboundedQueue: Add LgAlign template parameter - Refact...
2017-12-04 Maged MichaelUnbounded queue