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

Method order

src/clock.cpp:448–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447
448void Clock::order(ProcessBase* from, ProcessBase* to)
449{
450 VLOG(2) << "Clock of " << to->self() << " being updated to " << from->self();
451 update(to, now(from));
452}
453
454
455bool Clock::settled()

Callers

nothing calls this directly

Calls 1

selfMethod · 0.80

Tested by

no test coverage detected