kResumeWatchdog top-level constant

  1. @visibleForTesting
Duration const kResumeWatchdog

Watchdog window after a resume: if no progress/terminal event arrives within this, the task is presumed silently dead (#355) and the stream is closed.

Implementation

@visibleForTesting
const Duration kResumeWatchdog = Duration(seconds: 90);