Crate raii_counter [] [src]

Structs

Counter

This is essentially an AtomicUsize that is clonable and whose count is based on the number of copies. The count is automaticaly updated on drop.

WeakCounter

This is a 'weak' reference to the Counter, so it will not affect the count