Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_triggered
Function
set_triggered
crates/vm/src/signal.rs:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
pub(crate) fn set_triggered() {
91
ANY_TRIGGERED.store(true, Ordering::Release);
92
}
93
94
#[inline(always)]
95
pub(crate) fn is_triggered() -> bool {
Callers
3
trigger_signals
Function · 0.85
send
Method · 0.85
run_signal
Function · 0.85
Calls
1
store
Method · 0.45
Tested by
no test coverage detected