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
OS signals currently don't get trapped properly, nor do we have a timer thread that interrupts a runaway task. Add such, using a flag to indicate a pending signal. Put a check at preemption points (fn entries and loop edges).