Expand description

Async component core

Core crate for async-component

Modules

Structs

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.
State which polls inner stream

Traits

Core trait
State trait