[][src]Crate counting_pointer

counting-pointer provides struct Sc and Asc . They behave like std::rc::Rc and std::sync::Arc except for the followings.

Structs

Asc

A thread-safe strong reference-counting pointer. 'Asc' stands for 'Atomic Strong Counted.'

Sc

A single-threaded strong reference-counting pointer. 'Sc' stands for 'Strong Counted.'