enqueue method
Queues a batch of observations to be returned on the next poll().
Implementation
void enqueue(List<AgentObservation> observations) =>
_batches.add(observations);
Queues a batch of observations to be returned on the next poll().
void enqueue(List<AgentObservation> observations) =>
_batches.add(observations);