Docs.rs
async-component-core-0.5.1
async-component-core 0.5.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
storycraft
Dependencies
futures-core ^0.3.25
normal
Versions
37.5%
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
☰
Crate async_component_core
Version 0.5.1
All Items
Structs
Traits
Type Definitions
?
Crate
async_component_core
source
·
[
−
]
Expand description
../README.md
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