Skip to main content

Module pattern

Module pattern 

Source
Expand description

Higher-level patterns on top of the core actor primitives.

Structs§

BackoffOptions
BackoffSupervisor
Wrapper around the supervisor logic — held by tests and demonstrations.
CircuitBreaker

Enums§

CircuitBreakerError
CircuitBreakerState
RetrySchedule
Schedule for the delay between attempts.

Functions§

ask
pipe_to
retry
Run op, retrying up to max_attempts total times (including the initial call). Returns the last error if every attempt fails.