No-op cleanup function for fiber_specific_ptr
Opened this issue · 0 comments
beojan commented
I have a use case where I need a fiber_specific_ptr that is just an observer, and should not delete the object when the fiber completes. A built-in no-op cleanup function (perhaps used if the single argument constructor is used passing in a nullptr) would help with this.