event/Chrono: add type alias TimePoint
This commit is contained in:
committed by
Max Kellermann
parent
1b4fd74575
commit
d1957b83c8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user