You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"violated_contract": "Code that an entrypoint schedules onto an executor or worker thread must not depend on main-thread-only process primitives (POSIX signal timers and handlers); deadline and interrupt enforcement must function in whichever execution context callers schedule.",
"canonical_prevention": "Enforce call deadlines with context-agnostic mechanisms (watchdog futures plus transport-level timeouts) instead of signal timers, and cover the seam with a regression test that exercises the wrapper from a non-main thread.",