MCPcopy Create free account
hub / github.com/apple/foundationdb / timer

Method timer

flow/Net2.actor.cpp:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 // INetwork interface
184 double now() const override { return currentTime; };
185 double timer() override { return ::timer(); };
186 double timer_monotonic() override { return ::timer_monotonic(); };
187 Future<Void> delay(double seconds, TaskPriority taskId) override;
188 Future<Void> orderedDelay(double seconds, TaskPriority taskId) override;

Callers 2

timer_intMethod · 0.45
cWFunction · 0.45

Calls 1

timerFunction · 0.70

Tested by

no test coverage detected