Receives notifications about the progress of an io_uring receive operation.
Synopsis
Declared in <folly/io/async/IoUringRecv.h>
class IoUringRecvCallback;
Member Functions
Name |
Description |
|
Destroys the callback. |
|
Called when the peer closes the connection. |
|
Called when the receive fails. |
|
Called when data has been received. |
Derived Classes
Name |
Description |
An asynchronous socket. |
Created with MrDocs