LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches

Allocate a completion handler. More...

Collaboration diagram for alloc_graph:

Classes

class  lci::alloc_graph_x
 The actual implementation for alloc_graph. More...
 

Detailed Description

Allocate a completion handler.

Parameters
[in]compof type comp_t; optional argument; Another completion object to signal when the graph is completed. The graph will be automatically destroyed afterwards.
[in]user_contextof type void*; optional argument; The arbitrary user-defined context associated with this completion object.
[in]runtimeof type runtime_t; optional argument; The runtime object.
Returns
of type comp_t; The allocated completion handler.