| 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); |
no test coverage detected