Owning pointer type that routes destruction through Destructor.

Synopsis

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

using UniquePtr = std::unique_ptr<AsyncServerSocket, Destructor>;

Created with MrDocs