#include <pool.h>
Definition at line 61 of file pool.h.
folly::pushmi::pool::pool |
( |
std::size_t |
threads | ) |
|
|
inlineexplicit |
Definition at line 65 of file pool.h.
std::vector< std::thread::id > threads
auto folly::pushmi::pool::executor |
( |
| ) |
|
|
inline |
Definition at line 67 of file pool.h.
68 auto exec = execution::require(
69 p.executor(), execution::never_blocking, execution::oneway);
70 return pool_executor<decltype(exec)>{exec};
void folly::pushmi::pool::stop |
( |
| ) |
|
|
inline |
void folly::pushmi::pool::wait |
( |
| ) |
|
|
inline |
static_thread_pool folly::pushmi::pool::p |
|
private |
The documentation for this class was generated from the following file:
- proxygen/folly/folly/experimental/pushmi/examples/pool.h