Module hydration

Module hydration 

Source
Expand description

Runtime-neutral hydration work sharing, revision fencing, and waiter-scoped cancellation.

Structs§

HydrationCancellationHandle
Cloneable cancellation ownership for exactly one hydration waiter.
HydrationCoordinator
Runtime-neutral coordinator for deduplicated revision-bound content reads.
HydrationLimits
Bounded hydration work limits.
HydrationRequest
One logical hydration request plus the physical alignment required by its adapter boundary.
HydrationWaiter
One registered hydration waiter that resolves to exactly its requested logical bytes.

Enums§

HydrationCancellationOutcome
Result of attempting to cancel one hydration waiter.
HydrationError
Product-neutral hydration coordination failure.

Type Aliases§

HydrationResult
Result returned by hydration coordination and waiter completion.