General Utility Library for C++14
2.11
|
This is the complete list of members for gul14::ThreadPool::TaskHandle< T >, including all inherited members.
cancel() | gul14::ThreadPool::TaskHandle< T > | inline |
get_result() | gul14::ThreadPool::TaskHandle< T > | inline |
get_state() const | gul14::ThreadPool::TaskHandle< T > | inline |
is_complete() const | gul14::ThreadPool::TaskHandle< T > | inline |
TaskHandle() | gul14::ThreadPool::TaskHandle< T > | inline |
TaskHandle(TaskId id, std::future< T > future, std::shared_ptr< ThreadPool > pool) | gul14::ThreadPool::TaskHandle< T > | inline |