Expand description
This module provides suspense support.
Structs§
- Suspense
csr
orssr
- Suspend rendering and show a fallback UI until the underlying task completes.
- Suspense
Props - Properties for Suspense.
- Suspension
- A Suspension.
- Suspension
Handle - A Suspension Handle.
- UseFuture
Handle - This hook is used to await a future in a suspending context.
Functions§
- use_
future - Use the result of an async computation, suspending while waiting.
- use_
future_ with - Use the result of an async computation with dependencies, suspending while waiting.
Type Aliases§
- Suspension
Result - A Suspension Result.