MCPcopy Index your code
hub / github.com/python/cpython / onSignal

Function onSignal

Platforms/emscripten/web_example_pyrepl_jspi/src.mjs:83–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83function onSignal() {
84 // TODO: signal handling
85 var handle = { dispose() {} };
86 var promise = new Promise((resolve) => {});
87 return [promise, handle];
88}
89
90function onTimeout(timeout) {
91 var id;

Callers 1

waitForReadableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…