Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ downgrade
Method
downgrade
crates/common/src/lock/cell_lock.rs:129–131 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
127
128
unsafe impl RawRwLockDowngrade for RawCellRwLock {
129
unsafe fn downgrade(&self) {
130
self.state.set(ONE_READER);
131
}
132
}
133
134
unsafe impl RawRwLockUpgrade for RawCellRwLock {
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected