qubit-clock 0.10.1

Injectable wall and monotonic clocks with deterministic timers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// =============================================================================
//    Copyright (c) 2025 - 2026 Haixing Hu.
//
//    SPDX-License-Identifier: Apache-2.0
//
//    Licensed under the Apache License, Version 2.0.
// =============================================================================
//! Loom-facing adapters over production synchronization state machines.

mod loom_manual_waiter_registry;
mod loom_notification_latch;
mod loom_std_timer_waiter;

pub use loom_manual_waiter_registry::LoomManualWaiterRegistry;
pub use loom_notification_latch::LoomNotificationLatch;
pub use loom_std_timer_waiter::LoomStdTimerWaiter;