waitq 0.0.4

No-std, no-alloc async waker queue optimized for `!Send` tasks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "waitq"
version = "0.0.4"
edition = "2024"
description = "No-std, no-alloc async waker queue optimized for `!Send` tasks."
repository = "https://github.com/tedsta/waitq"
documentation = "https://docs.rs/waitq"
keywords = ["async", "waker", "queue", "thread-local"]
categories = ["concurrency", "data-structures"]
license = "MIT"
readme = "README.md"

[dependencies]
spin = "0.9"
thid = "0.0"