Docs.rs
async-selector-0.2.0
async-selector 0.2.0
Docs.rs crate page
MIT
05 July 2026
Links
Repository
crates.io
Source
Owners
Razz4780
Dependencies
futures ^0.3
normal
rstest ^0.26
dev
tokio ^1
dev
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
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 selector
async_
selector
0.2.0
Module selector
Module Items
Modules
Structs
In crate async_
selector
async_selector
Module
selector
Copy item path
Source
Expand description
Fast and flexible
Future
/
Stream
selector.
Modules
§
ext
Wrapper types for
Selector
that allow for customizing polling behavior.
iter
Types for iterating over tasks stored in a
Selector
.
Structs
§
Borrowed
An immutable borrow of a task stored in a
Selector
.
Borrowed
Mut
Mutable borrow of a task stored in a
Selector
.
Id
A unique id of a task stored in a
Selector
.
Removed
Task removed from a
Selector
.
Selector
Selector over a dynamic set of pollable tasks, for example
Future
s and
Stream
s.