Data for an Active Message receive. More...
#include <request_data.h>
Public Member Functions | |
AmReceive () | |
Constructor for Active Message-specific receive data. More... | |
Public Attributes | |
std::shared_ptr<::ucxx::Buffer > | _buffer {nullptr} |
The AM received message buffer. | |
Data for an Active Message receive.
Type identifying an Active Message receive operation and containing data specific to this request type.
ucxx::data::AmReceive::AmReceive | ( | ) |
Constructor for Active Message-specific receive data.
Construct an object containing Active Message-specific receive data. Currently no specific data to receive Active Message is supported, but this class exists to act as an operation identifier, providing interface compatibility.