proxygen
|
#include <future>
#include <folly/executors/CPUThreadPoolExecutor.h>
#include <folly/executors/SerialExecutor.h>
#include <folly/io/async/ScopedEventBaseThread.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Namespaces | |
folly | |
—— Concurrent Priority Queue Implementation —— | |
Functions | |
bool | folly::isSequencedExecutor (folly::Executor &executor) |
void | folly::testExecutor (folly::Executor &executor) |
void | folly::testExecutor (folly::SequencedExecutor &executor) |
folly::TEST (SequencedExecutor, CPUThreadPoolExecutor) | |
folly::TEST (SequencedExecutor, SerialCPUThreadPoolExecutor) | |
folly::TEST (SequencedExecutor, EventBase) | |