#include <CPUThreadPoolExecutor.h>
Definition at line 121 of file CPUThreadPoolExecutor.h.
folly::CPUThreadPoolExecutor::CPUTask::CPUTask |
( |
Func && |
f, |
|
|
std::chrono::milliseconds |
expiration, |
|
|
Func && |
expireCallback |
|
) |
| |
|
inlineexplicit |
Definition at line 124 of file CPUThreadPoolExecutor.h.
constexpr detail::Map< Move > move
Task(Func &&func, std::chrono::milliseconds expiration, Func &&expireCallback)
folly::CPUThreadPoolExecutor::CPUTask::CPUTask |
( |
| ) |
|
|
inline |
Definition at line 130 of file CPUThreadPoolExecutor.h.
131 :
Task(
nullptr, std::chrono::milliseconds(0),
nullptr),
poison(
true) {}
Task(Func &&func, std::chrono::milliseconds expiration, Func &&expireCallback)
bool folly::CPUThreadPoolExecutor::CPUTask::poison |
The documentation for this struct was generated from the following file: