Friends | List of all members
rapidsmpf::Single::Future Class Reference

Represents the future result of an operation. More...

#include <single.hpp>

Inheritance diagram for rapidsmpf::Single::Future:
rapidsmpf::Communicator::Future

Friends

class Single
 

Additional Inherited Members

- Public Member Functions inherited from rapidsmpf::Communicator::Future
 Future (Future &&)=default
 Movable.
 
Futureoperator= (Future &&)=default
 Move assignment. More...
 
 Future (Future const &)=delete
 Not copyable.
 
Futureoperator= (Future const &)=delete
 Not copy-assignable.
 

Detailed Description

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.


The documentation for this class was generated from the following file: