Crates.io | wakerset |
lib.rs | wakerset |
version | 0.1.1 |
source | src |
created_at | 2024-05-27 06:17:01.9375 |
updated_at | 2024-05-27 06:32:36.953721 |
description | no_std, no_alloc storage of Wakers embedded in the Future type |
homepage | |
repository | https://github.com/chadaustin/wakerset |
max_upload_size | |
id | 1253088 |
size | 36,989 |
no_std
, zero allocation utility crate for efficiently storing sets
of Wakers within the Future objects themselves.
Exposes a safe interface and passes MIRI.