Expand description
This module provides suspense support.
Structs§
- Suspense
csr
orssr
Suspend rendering and show a fallback UI until the underlying task completes. - Properties for Suspense.
- A Suspension.
- A Suspension Handle.
- This hook is used to await a future in a suspending context.
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§
- A Suspension Result.