An InlineExecutor singleton
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 17 Oct 2017 20:09:48 +0000 (13:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 17 Oct 2017 20:21:00 +0000 (13:21 -0700)
commit9917cdab81a12f1a06dbefc811f782d1cf76c7e3
tree11e6533455c6bf4d383d6516790531f4626b0353
parentf82f2b0dafc1bff1f36154c513c39f05e10db268
An InlineExecutor singleton

Summary:
[Folly] An `InlineExecutor` singleton.

Using the Leaky Meyers Singleton pattern, so that it is always available whenever required.

Differential Revision: D6074534

fbshipit-source-id: bd4c9cd6a1e60c80de5d2eef1cb6a1e7f16b4e50
folly/futures/InlineExecutor.cpp [new file with mode: 0644]
folly/futures/InlineExecutor.h