Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ std_mutex_2
Method
std_mutex_2
toys/conflict-inter/src/main.rs:35–37 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
33
}
34
35
fn std_mutex_2(&self) {
36
*self.mu1.lock().unwrap() += 1;
37
}
38
}
39
40
fn main() {
Callers
1
std_rw_1
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected