delay_timer 0.1.0

delayTimer is a task manager based on a time wheel algorithm, which makes it easy to manage timed tasks, or to periodically execute arbitrary tasks such as closures.
Documentation
[dependencies.anyhow]
version = "1.0.31"

[dependencies.cron_clock]
version = "0.6.6"

[dependencies.rs-snowflake]
version = "0.3.0"

[dependencies.smol]
version = "1.0.0"

[dependencies.threadpool]
version = "1.8.1"

[dependencies.waitmap]
version = "1.1.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.6.3"

[dev-dependencies.surf]
version = "2.1.0"

[lib]
name = "delay_timer"

[package]
authors = ["binchengZhao <binchengZhao@outlook.com>"]
description = "delayTimer is a task manager based on a time wheel algorithm, which makes it easy to manage timed tasks, or to periodically execute arbitrary tasks such as closures."
documentation = "https://docs.rs/delay_timer"
edition = "2018"
keywords = ["cron", "schedule", "repeat", "periodic", "time"]
license = "Apache-2.0 OR MIT"
name = "delay_timer"
readme = "README.md"
repository = "https://github.com/BinChengZhao/delay-timer"
version = "0.1.0"