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

Function when

flow/genericactors.actor.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 state Future<Void> end = delay(logDelay);
60 loop choose {
61 when(waitNext(input)) { counter++; }
62 when(wait(end)) {
63 if (counter)
64 TraceEvent(SevWarn, context, id).detail("LateProcessCount", counter).detail("LoggingDelay", logDelay);

Calls 3

TraceEventClass · 0.85
delayFunction · 0.85
detailMethod · 0.80

Tested by

no test coverage detected