LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Allocate a completion handler. More...
Classes | |
class | lci::alloc_graph_x |
The actual implementation for alloc_graph. More... | |
Allocate a completion handler.
[in] | comp | of type comp_t; optional argument; Another completion object to signal when the graph is completed. The graph will be automatically destroyed afterwards. |
[in] | user_context | of type void*; optional argument; The arbitrary user-defined context associated with this completion object. |
[in] | runtime | of type runtime_t; optional argument; The runtime object. |