dropFrames method

void dropFrames(
  1. int count
)

Simulates the consumer falling behind.

Implementation

void dropFrames(int count) => _dropped += count;