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

~IoUringRecvCallback [destructor] [virtual]

Destroys the callback.

recvEOF [virtual]

Called when the peer closes the connection.

recvErr [virtual]

Called when the receive fails.

recvSuccess [virtual]

Called when data has been received.

Derived Classes

Name

Description

AsyncSocket

An asynchronous socket.

Created with MrDocs