Represents the future result of an operation. More...
#include <single.hpp>
Friends | |
| class | Single |
Additional Inherited Members | |
Public Member Functions inherited from rapidsmpf::Communicator::Future | |
| Future (Future &&)=default | |
| Movable. | |
| Future & | operator= (Future &&)=default |
| Move assignment. More... | |
| Future (Future const &)=delete | |
| Not copyable. | |
| Future & | operator= (Future const &)=delete |
| Not copy-assignable. | |
Represents the future result of an operation.
This class is used to handle the result of a communication operation asynchronously.
Definition at line 35 of file single.hpp.