Crate parc

Source
Expand description

This crate exposes ParentArc<T> which is comparable to an Arc<T> but “strong” references cannot be cloned which allows the ParentArc<T> to lock its weak references and block until all strong references are dropped. Once it is the only reference it can be consummed safely.

This crate is compatible with #![no_std] environnements that provide an allocator.

Structs§

Enums§

Type Aliases§