Migrate FunctionScheduler from common/concurrency/ to folly/experimental/
authorAndrei Alexandrescu <aalexandre@fb.com>
Thu, 12 Feb 2015 21:17:31 +0000 (13:17 -0800)
committerAlecs King <int@fb.com>
Tue, 3 Mar 2015 03:22:32 +0000 (19:22 -0800)
commitb35c3434677866f744d679f09a8429f86aba12a2
treea7cf97dbe3bfc93a524eeb4ff5115606367adaef
parent753e1e5a28120608b4be24003039e85b8f58bebd
Migrate FunctionScheduler from common/concurrency/ to folly/experimental/

Summary: This are the open-source-related additions. A separate diff will replace the current implementation in common/concurrency/ to use this one.

Test Plan: fbmake runtests

Reviewed By: simpkins@fb.com

Subscribers: trunkagent, net-systems@, folly-diffs@, yfeldblum

FB internal diff: D1845525

Signature: t1:1845525:1424207291:d30e3c5e85222527c2aff39c1250aa1e41b9a2cf
folly/experimental/FunctionScheduler.cpp [new file with mode: 0644]
folly/experimental/FunctionScheduler.h [new file with mode: 0644]
folly/test/FunctionSchedulerTest.cpp [new file with mode: 0644]