|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "PTL/VTask.hh"#include "PTL/detail/CxxBackports.hh"#include <cstdint>#include <future>#include <tuple>#include <utility>Go to the source code of this file.
Classes | |
| class | PTL::TaskFuture< RetT > |
| The task class is supplied to thread_pool. More... | |
| class | PTL::PackagedTask< RetT, Args > |
| The task class is supplied to thread_pool. More... | |
| class | PTL::Task< RetT, Args > |
| The task class is supplied to thread_pool. More... | |
| class | PTL::Task< RetT, void > |
| The task class is supplied to thread_pool. More... | |
| class | PTL::Task< void, void > |
| The task class is supplied to thread_pool. | |
Namespaces | |
| namespace | PTL |
| Backports of C++ language features for use with C++11 compilers. | |