//! Higher-level patterns on top of the core actor primitives.
modask;modbackoff;modcircuit_breaker;modpipe_to;modretry;pubuseask::ask;pubusebackoff::{BackoffOptions, BackoffSupervisor};pubusecircuit_breaker::{CircuitBreaker, CircuitBreakerError, CircuitBreakerState};pubusepipe_to::pipe_to;pubuseretry::{retry, RetrySchedule};