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

A real update.

A cork, to flush data.