Skip to main content

DETACHED_CALL_DEADLINE

Constant DETACHED_CALL_DEADLINE 

Source
pub const DETACHED_CALL_DEADLINE: Duration;
Expand description

How long a request moved off a transport’s loop gets before its caller is answered an error instead. Each of these already bounds its own inner waits (a probe’s handshake, the courier’s run); this is the backstop for the ones that do not — a harness CLI that never exits — so no caller waits forever on a detached task no one is watching.