Skip to main content

timeout

Function timeout 

Source
pub fn timeout(after_ms: u64, child: Out) -> Out
Expand description

Timeout output: activates if action exceeds duration.

ยงPanics

Panics if after_ms is 0.