ReadonlycreateCreate a suspension point, returns the element we'll return from suspense. The implementation stores internal state for subsequent method calls.
ReadonlyforkFork the async render. Interrupts fallback fiber if render completes first.
Note: R1 and RC context requirements are satisfied through the parent fiber's inherited context when the forked fiber runs, not through the returned Effect.
ReadonlyshowShow fallback content. Returns Some(fiber) if display is deferred and can be interrupted.
Context interface for suspense boundary operations. Abstracts SSR/Hydration/Client differences behind a unified API.
Each environment provides an implementation: