MCPcopy Create free account
hub / github.com/FastLED/FastLED / StuckProcessSignal

Class StuckProcessSignal

ci/util/test_runner.py:1243–1247  ·  view source on GitHub ↗

Signal from monitoring thread that a process is stuck

Source from the content-addressed store, hash-verified

1241
1242@dataclass
1243class StuckProcessSignal:
1244 """Signal from monitoring thread that a process is stuck"""
1245
1246 process: RunningProcess
1247 timeout_duration: float
1248
1249
1250class ProcessStuckMonitor:

Callers 1

_monitor_processMethod · 0.85

Calls

no outgoing calls

Tested by 1

_monitor_processMethod · 0.68