Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get_sigint_event
Function
get_sigint_event
crates/vm/src/signal.rs:185–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
184
#[cfg(windows)]
185
pub fn get_sigint_event() -> Option<isize> {
186
let handle = SIGINT_EVENT.load(Ordering::Acquire);
187
if handle == 0 { None } else { Some(handle) }
188
}
Callers
2
run_signal
Function · 0.85
BatchedWaitForMultipleObjects
Function · 0.85
Calls
2
Some
Class · 0.50
load
Method · 0.45
Tested by
no test coverage detected