[][src]Crate batching_queue

A Batching Queue or an Israeli Queue is a queue data structure that keeps elements in a group together.

It can be used in situations where we want to deal with all events of a type together.

See Queue for the data type.

See Groupable for the necessary trait.

Structs

Queue

The Queue

Traits

Groupable

Trait for defining types that can be grouped.