waitq

Crates.iowaitq
lib.rswaitq
version0.0.2
created_at2025-09-14 07:12:32.490421+00
updated_at2025-09-14 22:32:43.528521+00
descriptionNo-std, no-alloc async waker queue optimized for `!Send` tasks.
homepage
repositoryhttps://github.com/tedsta/waitq
max_upload_size
id1838418
size37,597
Theodore DeRego (tedsta)

documentation

https://docs.rs/waitq

README

waitq

Experimental, not ready to be used

No-std, no-alloc async waker queue optimized for !Send tasks. Tasks using waitq waiters will be !Send and so cannot be used with work-stealing executors such as Tokio unless they are spawned inside e.g. a LocalSet.

License

MIT

Commit count: 7

cargo fmt