Crate queue_file

Source
Expand description

queue-file crate is a feature complete and binary compatible port of QueueFile class from Tape2 by Square, Inc. Check the original project here.

Structs§

Iter
Iterator over items in the queue.
QueueFile
QueueFile is a lightning-fast, transactional, file-based FIFO.

Enums§

Error
OffsetCacheKind
Policy for offset caching if enabled. Notice that offsets frequency might be skewed due after series of adding/removal. This shall not affect functional properties, only performance one.