#include <fiber_thread_pool.hpp>
|
using | task_t = std::function< void()> |
|
◆ task_t
◆ FiberThreadPool()
encrypto::motion::FiberThreadPool::FiberThreadPool |
( |
std::size_t |
number_of_workers, |
|
|
std::size_t |
number_of_tasks = 0 , |
|
|
bool |
suspend_scheduler = true |
|
) |
| |
◆ ~FiberThreadPool()
encrypto::motion::FiberThreadPool::~FiberThreadPool |
( |
| ) |
|
◆ join()
void encrypto::motion::FiberThreadPool::join |
( |
| ) |
|
◆ join_fibers()
void encrypto::motion::FiberThreadPool::join_fibers |
( |
| ) |
|
◆ post()
void encrypto::motion::FiberThreadPool::post |
( |
task_t |
task | ) |
|
The documentation for this class was generated from the following files: