Get the number of DestructorGuards currently protecting this object.
Declared in <folly/io/async/DelayedDestructionBase.h>
uint32_t
getDestructorGuardCount() const;
This is primarily intended for debugging purposes, such as asserting that an object has at least 1 guard.
The number of active DestructorGuards.