|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Concrete task implementation with type preservation. More...
Public Member Functions | |
| Task (F &&f) | |
| void | execute () override |
Public Member Functions inherited from Aleph::ThreadPool::TaskBase | |
| virtual | ~TaskBase ()=default |
Public Attributes | |
| F | func |
Concrete task implementation with type preservation.
Definition at line 222 of file thread_pool.H.
Definition at line 226 of file thread_pool.H.
|
inlineoverridevirtual |
Implements Aleph::ThreadPool::TaskBase.
Definition at line 228 of file thread_pool.H.
References Aleph::ThreadPool::Task< F >::func.
| F Aleph::ThreadPool::Task< F >::func |
Definition at line 224 of file thread_pool.H.
Referenced by Aleph::ThreadPool::Task< F >::execute().