()
| 124 | |
| 125 | #[test] |
| 126 | fn timer_now() { |
| 127 | crate::runtime::block_on(debug_duration("timer_now", async { |
| 128 | Timer::at(Instant::now()).wait().await |
| 129 | })); |
| 130 | } |
| 131 | |
| 132 | #[test] |
| 133 | fn timer_after_100_milliseconds() { |
nothing calls this directly
no test coverage detected