Receives the result of detaching a file descriptor from a socket.
Declared in <folly/io/async/AsyncIoUringSocket.h>
class AsyncDetachFdCallback;
| Name | Description |
|---|---|
~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. |