Crate arbitrary_lock

source ·

Structs

  • This can be cheaply cloned. Provide your desired lock implementation for the L generic parameter. Options include tokio::sync::RwLock, parking_lot::Mutex, and std::sync::Exclusive.