Crate async_component_core

Source
Expand description

§Async component core

Core crate for async-component

Modules§

context

Structs§

StateCell
Track change of value and signal to StateContext. This struct has no method and implements Deref, DerefMut. When inner value is mutable dereferenced, it is marked changed and send signal. This will also send signal when the cell is constructed or dropped.
StreamCell
State which polls inner stream

Traits§

AsyncComponent
Core trait
State
State trait