#include <pup.h>
#include <tuple>
#include <utility>
#include "Parallel/CharmPupable.hpp"
#include "Parallel/Invoke.hpp"
Go to the source code of this file.
Classes | |
class | Parallel::Callback |
An abstract base class, whose derived class holds a function that can be invoked at a later time. The function is intended to be invoked only once. More... | |
class | Parallel::SimpleActionCallback< SimpleAction, Proxy, Args > |
Wraps a call to a simple action and its arguments. Can be invoked only once. More... | |
class | Parallel::SimpleActionCallback< SimpleAction, Proxy > |
Wraps a call to a simple action without arguments. More... | |
class | Parallel::PerformAlgorithmCallback< Proxy > |
Wraps a call to perform_algorithm. More... | |
Namespaces | |
Parallel | |
Functionality for parallelization. | |
Defines Parallel::Callback.