Skip to main content

Crate potential_well

Crate potential_well 

Source
Expand description

Atomic boxes.

You can use Atomic and AtomicOption to access owned pointers to values atomically, and determine whether smart pointers have to be stored in the atomic.

You can also implement your own smart pointer types using the Well trait.

Structs§

Atomic
Atomic potential well.
AtomicOption
Potentially empty atomic potential well.

Traits§

Well
Place that can store a smart pointer.

Trait Aliases§

WellMut
Alias for Well + DerefMut.