wheeltimer 0.2.0

wheelTimer is Netty's HashedWheelTimer implementation based on Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wheeltimer"
version = "0.2.0"
edition = "2024"
authors = ["cyj0122 <269873721@qq.com>"]
description = "wheelTimer is Netty's HashedWheelTimer implementation based on Rust"
readme = "README.md"
keywords = ["timer", "netty", "delay", "wheeltimer"]
repository = "https://github.com/cyj0122/wheeltimer"
license = "Apache-2.0"

[dependencies]
tokio = {version = "1.45.1", features = ["full"]}

[dev-dependencies]
rand = "0.8"