use Duration;
/// Adaptive pacing configuration for the worker loop.
/// Framework-level — no outbox-specific knowledge.
///
/// Controls how the worker paces itself between executions on `Proceed`.
/// Wake-up sources (notifiers, pokers) are the caller's responsibility
/// via `WorkerBuilder::notifier()`.