Docs.rs
pollable-map-0.2.0
pollable-map 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
27 July 2026
Links
Repository
crates.io
Source
Owners
dariusc93
Dependencies
futures ^0.3.31
normal
futures-timeout ^0.2.1
normal
optional
pin-project ^1.1.10
normal
futures ^0.3.31
dev
Versions
82.46%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module ordered
pollable_
map
0.2.0
Module ordered
Module Items
Structs
In pollable_
map::
futures
pollable_map
::
futures
Module
ordered
Copy item path
Source
Structs
ยง
Ordered
Future
Set
An unbounded queue of futures imposed a FIFO order while polling one future at a time and returning the output to stream before popping the next future in queue to be polled.