|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
This is the complete list of members for kcenon::thread::pool_future< T >, including all inherited members.
| future_ | kcenon::thread::pool_future< T > | private |
| get() | kcenon::thread::pool_future< T > | inline |
| is_ready() const | kcenon::thread::pool_future< T > | inline |
| pool_future(std::future< T > &&future) | kcenon::thread::pool_future< T > | inlineexplicit |
| then(F &&continuation) -> pool_future< std::invoke_result_t< F, T > > | kcenon::thread::pool_future< T > | |
| valid() const | kcenon::thread::pool_future< T > | inline |
| value_type typedef | kcenon::thread::pool_future< T > | |
| wait() | kcenon::thread::pool_future< T > | inline |
| wait_for(const std::chrono::duration< Rep, Period > &timeout) | kcenon::thread::pool_future< T > | inline |