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