processingTask property

  1. @visibleForTesting
Completer<void>? processingTask
getter/setter pair

A completer that is used to control the processing of log records.

Implementation

@visibleForTesting
Completer<void>? processingTask;