LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Poll the network completion queue. More...
Classes | |
class | lci::net_poll_cq_x |
The actual implementation for net_poll_cq. More... | |
Poll the network completion queue.
[in] | runtime | of type runtime_t; optional argument; The runtime object. |
[in] | max_polls | of type size_t; positional argument; The maximum number of completion descriptors to poll. |
[out] | statuses | of type net_status_t*; positional argument; The output array for the completion descriptors (can be nullptr). |
[in] | device | of type device_t; optional argument; The device to poll the network completion queue. |