Docs.rs
select-macro-0.2.0
select-macro 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
goldwind-ting
Dependencies
fastrand ^1.8.0
normal
futures ^0.3.25
normal
select-macro-utils ^0.2.0
normal
async-std ^1.12.0
dev
tokio ^1.23.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
select_
macro
0.2.0
Module support
Module Items
Macros
Structs
Enums
Traits
Functions
In crate select_
macro
select_macro
Module
support
Copy item path
Source
Macros
§
select_
priv_
clean_
pattern
select_
priv_
declare_
output_
enum
Structs
§
Pin
A pointer which pins its pointee in place.
Enums
§
Poll
Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.
Traits
§
Future
A future represents an asynchronous computation obtained by use of
async
.
Functions
§
poll_fn
Creates a new future wrapping around a function returning
Poll
.