Registry / utility / holochain-locksmith

holochain-locksmith

JSON →
library0.0.52-alpha2rscratesunverified

Helpers for mutex deadlock diagnosis.

# Cargo.toml [dependencies] holochain_locksmith = "0.0.52-alpha2"
INSTALL
IMPORT
SIG · HOLOCHAIN-LOCKSMIT
H
holochain-locksmith
utilityrustv0.0.52-alpha2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mutex
use holochain_locksmith::Mutex;

Creates a mutex with deadlock diagnosis helpers.

use holochain_locksmith::Mutex; fn main() { let mutex = Mutex::new(42); let data = mutex.lock().unwrap(); println!("Data: {}", *data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.52-alpha2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
holochain-locksmith — cargo add holochain-locksmith · libregistry