MCPcopy Create free account
hub / github.com/RightNow-AI/autokernel / _thread_raise

Method _thread_raise

kernelbench/bench_kb.py:95–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

93 raise TimeoutError(self.msg)
94
95 def _thread_raise(self):
96 # Thread-based fallback for Windows -- limited, can't interrupt GPU ops
97 pass
98
99
100# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected