[][src]Module arbalest::sync

Thread-safe reference-counting pointers.

See the Strong<T> documentation for more details.

Structs

BorrowMutError

An error returned by Strong::try_borrow_mut.

Frail

Frail is a version of Strong that holds a non-owning reference to the managed value.

RefMut

A mutable memory location with dynamically checked borrow rules.

Strong

A thread-safe reference-counting pointer.

Enums

UpgradeError

An error returned by Frail::try_upgrade.