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

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

Enums

  • 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.