Crate async_component

source ·

Re-exports

pub use async_component_components as components;

Structs

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

Type Definitions

Derive Macros