MCPcopy Create free account
hub / github.com/3rdparty/libprocess / expired

Method expired

include/process/timeout.hpp:90–93  ·  view source on GitHub ↗

Returns true if the timeout expired.

Source from the content-addressed store, hash-verified

88
89 // Returns true if the timeout expired.
90 bool expired() const
91 {
92 return timeout <= Clock::now();
93 }
94
95private:
96 Time timeout;

Callers 1

synchronizedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected