Abstract base class for asynchronous operation within the communicator. More...
#include <communicator.hpp>
Public Member Functions | |
| 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. | |
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.
Move assignment.