|
FIX 4.0 Demo 1.0
|
This is the complete list of members for fix40::ThreadPool, including all inherited members.
| enqueue(F &&f, Args &&... args) -> std::future< std::invoke_result_t< F, Args... > > | fix40::ThreadPool | |
| enqueue_to(size_t thread_index, std::function< void()> task) | fix40::ThreadPool | inline |
| get_thread_count() const | fix40::ThreadPool | inline |
| ThreadPool(size_t threads) | fix40::ThreadPool | inlineexplicit |
| ~ThreadPool() | fix40::ThreadPool | inline |