Available on crate feature alloc and target_has_atomic="ptr" only.
Expand description

Arc-based tokens

Structs

An Arc-based unforgeable token used to access the contents of a TokenLock.

Token that cannot be used to access the contents of a TokenLock, but can be used to create a new TokenLock.

Represents a borrow of ArcToken constrained to a single thread.