Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
The task class is supplied to thread_pool. More...
#include <Task.hh>
Public Types | |
using | RetT = void |
using | this_type = Task<void, void> |
using | promise_type = std::promise<RetT> |
using | future_type = std::future<RetT> |
using | packaged_task_type = std::packaged_task<RetT()> |
using | result_type = RetT |
Public Types inherited from PTL::TaskFuture< void > | |
using | promise_type |
using | future_type |
using | result_type |
Public Types inherited from PTL::VTask | |
using | tid_type = std::thread::id |
using | size_type = size_t |
using | void_func_t = std::function<void()> |
Public Member Functions | |
template<typename FuncT > | |
Task (FuncT func) | |
template<typename FuncT > | |
Task (bool _is_native, intmax_t _depth, FuncT func) | |
~Task () override=default | |
Task (const Task &)=delete | |
Task & | operator= (const Task &)=delete |
Task (Task &&)=default | |
Task & | operator= (Task &&)=default |
void | operator() () final |
future_type | get_future () final |
void | wait () final |
RetT | get () final |
Public Member Functions inherited from PTL::TaskFuture< void > | |
TaskFuture (Args &&... args) | |
TaskFuture (const TaskFuture &)=delete | |
TaskFuture (TaskFuture &&) noexcept=default | |
~TaskFuture () override=default | |
TaskFuture & | operator= (const TaskFuture &)=delete |
TaskFuture & | operator= (TaskFuture &&) noexcept=default |
Public Member Functions inherited from PTL::VTask | |
VTask (bool _is_native, intmax_t _depth) | |
VTask ()=default | |
virtual | ~VTask ()=default |
VTask (const VTask &)=delete | |
VTask & | operator= (const VTask &)=delete |
VTask (VTask &&)=default | |
VTask & | operator= (VTask &&)=default |
bool | is_native_task () const |
intmax_t | depth () const |
Additional Inherited Members | |
Protected Attributes inherited from PTL::VTask | |
bool | m_is_native = false |
intmax_t | m_depth = 0 |
void_func_t | m_func = []() {} |
The task class is supplied to thread_pool.
|
inlineexplicit |
|
inline |
Implements PTL::TaskFuture< void >.
Definition at line 264 of file Task.hh.
|
inlinefinalvirtual |
Implements PTL::TaskFuture< void >.
Definition at line 262 of file Task.hh.
|
inlinefinalvirtual |
|
inlinefinalvirtual |
Implements PTL::TaskFuture< void >.
Definition at line 263 of file Task.hh.