This is unreleased documentation for Yew Next version.
For up-to-date documentation, see the latest version on docs.rs.

Module yew::suspense

source ·
Expand description

This module provides suspense support.

Structs§

Functions§

  • Use the result of an async computation, suspending while waiting.
  • Use the result of an async computation with dependencies, suspending while waiting.

Type Aliases§