folly::Future-istic barrier
authorTudor Bosman <tudorb@fb.com>
Thu, 16 Jul 2015 16:50:03 +0000 (09:50 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 Jul 2015 19:26:30 +0000 (12:26 -0700)
commit83312f92481105336979b6f2d9ab68ba2b0d9c6b
tree9087bd2a60ae4ffd46a275bdae99bd85a5bdd3ef
parent84f796c9b693f4e96fb035551848b6ce0859704d
folly::Future-istic barrier

Summary: What it says on the tin.

Reviewed By: @fugalh

Differential Revision: D2230390
folly/Makefile.am
folly/futures/Barrier.cpp [new file with mode: 0644]
folly/futures/Barrier.h [new file with mode: 0644]
folly/futures/test/BarrierTest.cpp [new file with mode: 0644]