| 36 | |
| 37 | public: |
| 38 | static void start_time() { |
| 39 | started_at = std::chrono::high_resolution_clock::now(); |
| 40 | } |
| 41 | |
| 42 | task<void> initial_delay() const { co_await timeout(delay * time_tick); } |
| 43 |
nothing calls this directly
no outgoing calls
no test coverage detected