Skip to main content

Crate lockout

Crate lockout 

Source
Expand description

A collection of lock-free utilities for Rust.

This crate is a workspace umbrella that re-exports:

  • hazard — hazard pointers for safe memory reclamation
  • channel — lock-free MPMC channel

Re-exports§

pub use lockout_channel as channel;
pub use lockout_hazard as hazard;