Crate mlsp

Source

Structsยง

Mlsp
A hybrid between Rc and Arc that attempts to reduce the number of atomic operations performed when it is shared, cloned and dropped within a thread.
MlspPackage
A reference to the contents of an Mlsp that does not yet have a local counter and can be sent across threads.