ThreadedExecutor.
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 9 Jul 2015 00:54:16 +0000 (17:54 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 9 Jul 2015 22:32:55 +0000 (15:32 -0700)
commit7cb1a017ec58faab02a36a459814d21f34dbb093
tree3b4d4f5495185c93f3f6e8abbcacc44b04e15ca7
parent58059b6eaa7e22e3bf97b5a270ff9fe219368d6c
ThreadedExecutor.

Summary: [Folly] ThreadedExecutor.

It's an Executor that runs functions each in its own thread.

Kind of simple. Suitable for a few types of strange cases.

Reviewed By: @​hannesr

Differential Revision: D2226211
folly/Makefile.am
folly/futures/ThreadedExecutor.cpp [new file with mode: 0644]
folly/futures/ThreadedExecutor.h [new file with mode: 0644]
folly/futures/test/ThreadedExecutorTest.cpp [new file with mode: 0644]
folly/test/Makefile.am