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

Poll the network completion queue. More...

Collaboration diagram for net_poll_cq:

Classes

class  lci::net_poll_cq_x
 The actual implementation for net_poll_cq. More...
 

Detailed Description

Poll the network completion queue.

Parameters
[in]runtimeof type runtime_t; optional argument; The runtime object.
[in]max_pollsof type size_t; positional argument; The maximum number of completion descriptors to poll.
[out]statusesof type net_status_t*; positional argument; The output array for the completion descriptors (can be nullptr).
[in]deviceof type device_t; optional argument; The device to poll the network completion queue.
Returns
of type size_t; Number of completion descriptors polled from the network layer.