Docs.rs
allochronic-util-0.0.1-dev-1
allochronic-util 0.0.1-dev-1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
ecton
github:khonsulabs:publishers
Dependencies
futures-executor ^0.3
normal
futures-util ^0.3
normal
allochronic-util-macros ^0.0.1-dev-1
normal
pin-project ^1
normal
trybuild ^1
normal
allochronic-util-macros ^0.0.1-dev-1
dev
Versions
100%
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
Crate allochronic_util
allochronic_
util
0.0.1-dev-1
All Items
Crate Items
Macros
Structs
Functions
Crate
allochronic_
util
Copy item path
Source
Expand description
TODO
Macros
§
select
Polls all passed
Future
s or
Stream
s until one is ready and returns it. Prioritizes by order.
Structs
§
Poll
Once
Poll
s a
Future
a single time, returning
Poll
. See
poll
for easier usage.
Yield
Yields to the executor once. See
yield
for easier usage.
Functions
§
poll
Poll
s a
Future
a single time, returning
Poll
.
yield
Yields to the executor once.