Public Member Functions | List of all members
rapidsmpf::Communicator::Future Class Reference

Abstract base class for asynchronous operation within the communicator. More...

#include <communicator.hpp>

Inheritance diagram for rapidsmpf::Communicator::Future:
rapidsmpf::MPI::Future rapidsmpf::Single::Future rapidsmpf::ucxx::UCXX::Future

Public Member Functions

 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

Abstract base class for asynchronous operation within the communicator.

Encapsulates the concept of an asynchronous operation, allowing users to query or wait for completion.

Definition at line 149 of file communicator.hpp.

Member Function Documentation

◆ operator=()

Future& rapidsmpf::Communicator::Future::operator= ( Future &&  )
default

Move assignment.

Returns
Moved this.

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