pub const RUNTIME_CONTROL_DEADLINE: Duration;Expand description
How long a control call on an ALREADY-open runtime — send input, interrupt,
steer, respond, close — gets before its caller is answered an error
instead. A live runtime answers these in milliseconds; a wedged one never
answers at all, and close is exactly what a caller reaches for when it
suspects that.