folly::HHWheelTimerBase::UniquePtr

Unique pointer that destroys the timer via DelayedDestruction.

Synopsis

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

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