Generates events from the event list as chunks are added.
Range is not useful here, since it would either have to be 'empty' after consuming
events from existing chunks even though more chunks may be added, or block in
popFront(), which would only make it usable from separate threads/fibers.
Generates events from the event list as chunks are added.
Range is not useful here, since it would either have to be 'empty' after consuming events from existing chunks even though more chunks may be added, or block in popFront(), which would only make it usable from separate threads/fibers.