Module refcount

Module refcount 

Source

Structs§

ReferenceCount

Functions§

decrease
Atomically decrement the given reference count by 1. If it’s 0, call free.
increase
Atomically increment the given reference count by 1.