| Crates.io | waitq |
| lib.rs | waitq |
| version | 0.0.2 |
| created_at | 2025-09-14 07:12:32.490421+00 |
| updated_at | 2025-09-14 22:32:43.528521+00 |
| description | No-std, no-alloc async waker queue optimized for `!Send` tasks. |
| homepage | |
| repository | https://github.com/tedsta/waitq |
| max_upload_size | |
| id | 1838418 |
| size | 37,597 |
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.
MIT