Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_sigint_event
Function
set_sigint_event
crates/vm/src/signal.rs:180–182 ·
view source on GitHub ↗
(handle: isize)
Source
from the content-addressed store, hash-verified
178
179
#[cfg(windows)]
180
pub fn set_sigint_event(handle: isize) {
181
SIGINT_EVENT.store(handle, Ordering::Release);
182
}
183
184
#[cfg(windows)]
185
pub fn get_sigint_event() -> Option<isize> {
Callers
1
BatchedWaitForMultipleObjects
Function · 0.85
Calls
1
store
Method · 0.45
Tested by
no test coverage detected