| 19 | +---------------------------------------------------------------------------------------------------------------------*/ |
| 20 | |
| 21 | int SoftwareTimer::start(const TickClock::duration duration, const TickClock::duration period) |
| 22 | { |
| 23 | const auto now = TickClock::now(); |
| 24 | return start(now + duration + decltype(duration){1}, period); |
| 25 | } |
| 26 | |
| 27 | /*---------------------------------------------------------------------------------------------------------------------+ |
| 28 | | protected static functions |
no outgoing calls
no test coverage detected