Enum libflow::update::CorkedUpdate
[−]
[src]
pub enum CorkedUpdate { Update(Update), Cork(Cork), }
Either an update or a cork marking end of a batch.
The receiver shall simply drop the cork, as the drop signals the completion.
Variants
Update(Update)
A real update.
Cork(Cork)
A cork, to flush data.