folly::AsyncDetachFdCallback

Receives the result of detaching a file descriptor from a socket.

Synopsis

Declared in <folly/io/async/AsyncIoUringSocket.h>

class AsyncDetachFdCallback;

Member Functions

NameDescription
~AsyncDetachFdCallback [destructor] [virtual]Destroys the callback.
fdDetachFail [virtual]Called when detaching the file descriptor fails.
fdDetached [virtual]Called when the file descriptor has been detached.