MCPcopy 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)]
180pub fn set_sigint_event(handle: isize) {
181 SIGINT_EVENT.store(handle, Ordering::Release);
182}
183
184#[cfg(windows)]
185pub fn get_sigint_event() -> Option<isize> {

Callers 1

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected