Crate external_set [] [src]

Structs

ExternalSet

A thread-safe set of references to items owned externally by an ItemOwner.

ExternalSetIter

Iterator over the items in a ExternalSet.

ExternalSetReadGuard

RAII structure used to iterate over the items in a ExternalSet, and unlock the collection when dropped.

ItemOwner

The owner of an item in a ExternalSet