Expand description
§Async component core
Core crate for async-component
Modules§
Structs§
- State
Cell - Track change of value and signal to
StateContext
. This struct has no method and implementsDeref
,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. - Stream
Cell - State which polls inner stream
Traits§
- Async
Component - Core trait
- State
- State trait