Docs.rs
async-selector-0.3.2
async-selector 0.3.2
Docs.rs crate page
MIT
14 July 2026
Links
Repository
crates.io
Source
Owners
Razz4780
Dependencies
futures ^0.3
normal
rstest ^0.26
dev
static_assertions ^1
dev
tokio ^1
dev
Versions
95.24%
of the crate is documented
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 iter
async_
selector
0.3.2
Module iter
Module Items
Structs
In async_
selector::
selector
async_selector
::
selector
Module
iter
Copy item path
Source
Expand description
Types for iterating over tasks stored in a
Selector
.
Structs
ยง
Extract
If
Iterator which uses a closure to determine if a task should be removed from a
Selector
.
Into
Iter
Iterator that returns tasks stored previously in a
Selector
.
Iter
Iterator that visits tasks stored in a
Selector
.
IterMut
Iterator that allows for modifying tasks stored in a
Selector
.