disk-queue 0.1.1

FIFO queue backed by disk
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Disk Queue

## Running Tests

Disk queue behavior is undefined if it's being opened by multiple process. 
Thus, run the tests using single thread:

```
cargo test -- --test-threads=1
```