Docs.rs
async-component-0.5.2
async-component 0.5.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
storycraft
Dependencies
async-component-components ^0.5.2
normal
async-component-core ^0.5.2
normal
async-component-macro ^0.5.2
normal
futures ^0.3.25
dev
tokio ^1
dev
Versions
0%
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
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 async_component
Version 0.5.2
All Items
Re-exports
Structs
Traits
Type Definitions
Derive Macros
?
Crate
async_component
source
·
[
−
]
Re-exports
pub use
async_component_components
as components;
Structs
Next
NextState
NextStream
StateCell
Track change of value and notify the Executor. This struct has no method and implements
Deref
,
DerefMut
. When inner value is mutable dereferenced, it changes status and wake pending task. This will also wake pending task when the cell is dropped.
Traits
AsyncComponent
Core trait
AsyncComponentExt
Type Definitions
PhantomState
Derive Macros
AsyncComponent