qubit-retry 0.15.0

Retry module, providing a feature-complete, type-safe retry management system with support for multiple delay strategies and event listeners
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/

mod async_attempt_tests;
mod async_value_operation_tests;
mod attempt_cancel_token_tests;
mod attempt_tests;
mod blocking_attempt_outcome_tests;
mod blocking_value_operation_tests;
mod effective_attempt_timeout_tests;
mod retry_async_tests;
mod retry_builder_tests;
mod retry_flow_action_tests;
mod retry_flow_state_tests;
mod retry_run_and_listener_tests;
mod retry_tests;
mod retry_worker_and_blocking_timeout_tests;
mod value_operation_tests;
mod worker_attempt_executor_tests;
mod worker_retry_runner_tests;