Implement AtomicBatchDispatcher in folly::fibers
authorAmeya Limaye <ameyal@fb.com>
Mon, 31 Oct 2016 16:26:16 +0000 (09:26 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Mon, 31 Oct 2016 16:38:32 +0000 (09:38 -0700)
commit7aa24338827eace3302af2b3fa2d34d262cc99e6
tree90f010c59101a04f670cb902c08e0f766d1516a7
parente0277a6c481b03ebcfc30369321f25f5891b4a3f
Implement AtomicBatchDispatcher in folly::fibers

Summary:
Implement AtomicBatchDispatcher in folly::fibers
- Details about how to use the added functionality can be found
  in the doc comment for class AtomicBatchDispatcher.

Reviewed By: andriigrynenko

Differential Revision: D4054148

fbshipit-source-id: 090272eeab8c8abb15d5e400e52725853fcfc364
folly/Makefile.am
folly/fibers/AtomicBatchDispatcher-inl.h [new file with mode: 0644]
folly/fibers/AtomicBatchDispatcher.h [new file with mode: 0644]
folly/fibers/test/FibersTest.cpp