Module suspense
Expand description
Utilities used to track whether asynchronous computeds are currently loading.
Structs§
- Local
Resource Notifier - Sends a one-time notification that the resource being read from is “local only,” i.e., that it will only run on the client, not the server.
- Suspense
Context - Tracks the collection of active async tasks.
- Task
Handle - A unique identifier that removes itself from the set of tasks when it is dropped.