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.
- Queue
File QueueFile
is a lightning-fast, transactional, file-based FIFO.
Enums§
- Error
- Offset
Cache Kind - 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.