()
| 131 | |
| 132 | #[test] |
| 133 | fn timer_after_100_milliseconds() { |
| 134 | crate::runtime::block_on(debug_duration("timer_after_100_milliseconds", async { |
| 135 | Timer::after(Duration::from_millis(100)).wait().await |
| 136 | })); |
| 137 | } |
| 138 | } |
nothing calls this directly
no test coverage detected