event/Chrono: add type alias TimePoint

This commit is contained in:
Max Kellermann
2021-02-05 13:05:00 +01:00
committed by Max Kellermann
parent 1b4fd74575
commit d1957b83c8
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class FineTimerEvent final
* When is this timer due? This is only valid if IsPending()
* returns true.
*/
Event::Clock::time_point due;
Event::TimePoint due;
public:
FineTimerEvent(EventLoop &_loop, Callback _callback) noexcept