Docs.rs
queue-ext-0.3.0
queue-ext 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tryor
Dependencies
futures ^0.3
normal
log ^0.4
normal
pin-project-lite ^0.2
normal
Versions
11.11%
of the crate is documented
Go to latest version
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Waker
Required Methods
rx_wake
tx_park
Implementors
In queue_ext
?
Trait
queue_ext
::
Waker
source
·
[
−
]
pub trait Waker { fn
rx_wake
(&self);
fn
tx_park
(&self, w:
Waker
); }
Required Methods
source
fn
rx_wake
(&self)
source
fn
tx_park
(&self, w:
Waker
)
Implementors
source
impl<Q, Item, F>
Waker
for
QueueStream
<Q, Item, F>