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

Register a completion object into a remote completion handler. More...

Collaboration diagram for register_rcomp:

Classes

class  lci::register_rcomp_x
 The actual implementation for register_rcomp. More...
 

Detailed Description

Register a completion object into a remote completion handler.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]compof type comp_t; positional argument; The completion object to register.
[in]rcompof type rcomp_t; optional argument; The remote completion handler slot used to register.
Returns
of type rcomp_t; The remote completion handler pointing to the completion object.