event/Loop: move call to FlushClockCaches()
This commit is contained in:
@@ -182,6 +182,10 @@ public:
|
||||
return steady_clock_cache.now();
|
||||
}
|
||||
|
||||
void FlushClockCaches() noexcept {
|
||||
steady_clock_cache.flush();
|
||||
}
|
||||
|
||||
#ifdef HAVE_URING
|
||||
[[gnu::pure]]
|
||||
Uring::Queue *GetUring() noexcept;
|
||||
|
Reference in New Issue
Block a user