SimGrid
3.14.159
Versatile Simulation of Distributed Systems
|
Type-erased run-once task.
#include <functional.hpp>
Public Member Functions | |
Task () | |
Task (std::nullptr_t) | |
~Task () | |
Task (Task const &)=delete | |
Task (Task &&that) | |
Task & | operator= (Task that) |
template<class F > | |
Task (F code) | |
operator bool () const | |
bool | operator! () const |
R | operator() (Args... args) |
|
inline |
|
inline |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |