Module haphazard::raw

source ·
Expand description

Raw building blocks for managing hazard pointers.

Modules

Structs

  • Synchronization point between hazard pointers and the writers they guard against.
  • A type that can protect a referenced object from reclamation.

Traits

  • A type that can be turned into, and converted from, a raw pointer whose referent is T.
  • Trait for types that can be dropped (which is all of them).