LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Allocate a completion handler. More...
Classes | |
class | lci::alloc_handler_x |
The actual implementation for alloc_handler. More... | |
Allocate a completion handler.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | handler | of type comp_handler_t; positional argument; The handler function. |
[in] | zero_copy_am | of type bool; optional argument; Whether to directly pass internal packet into the completion object. |
[in] | user_context | of type void*; optional argument; The arbitrary user-defined context associated with this completion object. |