timed-queue 0.2.2

Maintain a queue of items based on the time they should be returned
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Brennan Vincent <brennan@umanwizard.com>"]
description = "Maintain a queue of items based on the time they should be returned"
edition = "2018"
license = "MIT"
name = "timed-queue"
repository = "https://github.com/umanwizard/timed-queue"
version = "0.2.2"