qubit-batch 0.6.0

One-shot batch execution and processing with sequential and scoped parallel utilities
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
mod batch_call_result_tests;
mod batch_execution_error_tests;
mod batch_execution_state_tests;
mod batch_executor_tests;
mod batch_outcome_build_error_tests;
mod batch_outcome_builder_tests;
mod batch_outcome_tests;
mod batch_task_error_tests;
mod batch_task_failure_tests;
mod callable_task_tests;
mod for_each_task_tests;
mod impls;