Skip to main content

Module RunWithTimeout

Module RunWithTimeout 

Source
Expand description

Cancel an effect that exceeds a wall-clock budget. Wraps Run in tokio::time::timeout and converts the elapsed-error into CommonError::Unknown.