Pudu programming language
Menu
API reference

Std.Concurrent.Retry.ceiling

1 declaration

fn

ceiling: &Std.Concurrent.Retry.Policy -> Int -> Int

The wait before retry retry, before jitter. It multiplies only while the product stays within maxMillis, so it saturates rather than overflowing.

Back to Std.Concurrent.RetrySearch related declarations