Geant4-11
|
#include "Globals.hh"
#include "VTask.hh"
#include <cstdint>
#include <functional>
#include <stdexcept>
Go to the source code of this file.
Data Structures | |
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. More... | |
class | PTL::TaskFuture< RetT > |
The task class is supplied to thread_pool. More... | |
Namespaces | |
namespace | PTL |