Documentation Home

Mark *this for reclamation.

void retire();

Effects:

As-if jss::rcu_retire(static_cast<Derived*>(this),std::ref(stored_deleter)), but does not require allocating internal storage.

Throws:

Nothing.

Header

#include <jss/rcu.hpp>

See Also