Docs.rs
  • async-component-core-0.9.0
    • async-component-core 0.9.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • storycraft
    • Dependencies
      • atomic-waker ^1.0.0 normal
      • futures-core ^0.3.25 normal
    • Versions
    • 50% of the crate is documented
  • 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

async_component_core0.9.0

  • All Items

Sections

  • Async component core

Crate Items

  • Modules
  • Structs
  • Traits

Crates

  • async_component_core

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

Results

Settings
Help
    trait
    async_component_core::AsyncComponent
    Core trait
    extern crate
    async_component_core
    Async component core
    trait method
    async_component_core::AsyncComponent::update_component
    &mut AsyncComponent -> ()
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.