Module suspense

Expand description

Utilities used to track whether asynchronous computeds are currently loading.

Structs§

LocalResourceNotifier
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.
SuspenseContext
Tracks the collection of active async tasks.
TaskHandle
A unique identifier that removes itself from the set of tasks when it is dropped.