qubit-tokio-executor 0.3.0

Tokio-backed executor and executor service implementations for Qubit Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*******************************************************************************
 *
 *    Copyright (c) 2025 - 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
//! Style-check anchor for the private lifecycle-bit helper module.
//!
//! The helper is exercised through the public Tokio executor service lifecycle
//! tests because it is intentionally not part of the public API.

#[test]
fn test_executor_service_lifecycle_bits_is_covered_by_service_tests() {
    // This file exists to keep the project test-file mapping explicit.
}