Crates.io | tick-queue |
lib.rs | tick-queue |
version | 0.0.3 |
source | src |
created_at | 2024-10-15 14:07:06.127752 |
updated_at | 2024-10-25 09:19:59.137908 |
description | Tick ordered queue |
homepage | |
repository | https://github.com/piot/tick-queue |
max_upload_size | |
id | 1409505 |
size | 16,829 |
tick-queue
is a Rust library designed to manage a sequence of items in a strick tick order.
Each item is associated with a unique TickId
, ensuring items are kept in a correct order.
TickId
to ensure correct processing.TickId
order.Add tick-queue
to your Cargo.toml
:
[dependencies]
tick-queue = "0.0.3"