MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / util.rs

File util.rs

toys/tikv-wrapper/src/util.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::sync::{RwLock, RwLockWriteGuard, RwLockReadGuard};
2
3pub trait HandyRwLock<T> {
4 fn wl(&self) -> RwLockWriteGuard<'_, T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected