Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use std::sync::{RwLock, RwLockWriteGuard, RwLockReadGuard};
2
3
pub trait HandyRwLock<T> {
4
fn wl(&self) -> RwLockWriteGuard<'_, T>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected