cordis-timer 0.3.5
“Generation-owned sleep, interval, and timeout operations for Cordis v3”
Archive ships a root-level test treeRust test marker or harness
SHA-256c347c7eecedd6791f34e776aef1c9dee4fc73dc66a3e761b2a7da83610752983
MaleculeH(Cm)Md₂(Pa₂)
Evidence
1# Changelog
2
3## [Unreleased]
4
5## [0.3.3](https://github.com/dshbox/cordis-rs/compare/cordis-timer-v0.3.2...cordis-timer-v0.3.3) - 2026-09-16
6
7### Other
8
9- tighten release docs and ci policy ([#136](https://github.com/dshbox/cordis-rs/pull/136))
10
11## [0.3.2](https://github.com …
17:93… .2.1) - 2026-09-15
18
19### Other
20
21- update readmes for 0.8 release line ([#92](https://github.com/dshbox/cordis-rs/pull/92))
22
23## [0.2.0](https://githu …
1//! Issue 57 compile evidence for Timer error families.
2
3use trybuild::TestCases;
4#[test]
5fn issue57_timer_errors() {
6 let t = TestCases::new();
7 t.pass("tests/ui-error57/pass/*.rs");
8}
1:5… Aggregate compile-time evidence for Issue 59 Timer facade closure.
2
3#[test]
4fn timer_flat_facade_is_closed() {
5 let t = trybuild::TestCases::new();
6 t.pass("tests/ui-facade59/pass/*.rs");
7 t.com …
35:14… captured.lock().clone().unwrap();
36 (fiber_handle, ctx)
37}
38
39#[tokio::test(start_paused = true)]
40async fn zero_sleep_is_valid_and_deadline_is_pinned_at_construction() {
41 let ctx = Context::new();
⋯10 lines
52}
53
54#[test]
55fn sleep_off_runtime_refuses_synchronously() {
56 let ctx = Context::new();
57 assert!(matches!(
58 ctx.sleep(Duration:: …
Showing the top 5 files — 4 more files (19 regions) not shown.
No evidence locations were recorded for this file. Raw result