Module lockfree::removable

source ·
Expand description

A shared removable value. No extra allocation is necessary.

Structs

A shared removable value. You can only take values from this type (no insertion allowed). No extra allocation is necessary. It may be useful for things like shared thread::JoinHandles.