pi_local_timer 0.1.0

Delay timer for task wheel implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "pi_local_timer"
version = "0.1.0"
authors = ["suncy <530739162@qq.com>"]
edition = "2021"
description = "Delay timer for task wheel implementation"
repository = "https://github.com/GaiaWorld/pi_local_timer.git"
license = "MIT OR Apache-2.0"
keywords = ["pi", "pi_local_timer", "timer"]

[dependencies]
pi_heap = "0.1"
pi_time = "0.1"
pi_dyn_uint = "0.1"
arrayvec = "0.7.0"