<PackageReference Include="OpenTelemetry" Version="1.18.0-rc.1" />

OpenTelemetry.Internal.BatchExportTaskWorker<T>

Task-based implementation of batch export worker for environments where threading may be limited.
public BatchExportTaskWorker(CircularBuffer<T> circularBuffer, BaseExporter<T> exporter, int maxExportBatchSize, int scheduledDelayMilliseconds, int exporterTimeoutMilliseconds, Action<long> exportStarted = null)

Initializes a new instance of the BatchExportTaskWorker<T> class.