Skip to main content

Module runtime

Module runtime 

Source

Structs§

ActivePacks
Atomically swapped view of live tenant runtimes.
ResolvedComponent
RevisionPackRef
One pinned pack of a deployment revision: the on-disk path plus the algo:value content digest the deployment staged it under. TenantRuntime::load_revision fails closed when the file no longer matches the digest, defending the stage→warm window against a swapped or stale cache path.
RuntimeKey
Key identifying a live runtime in ActivePacks.
TenantRuntime
Runtime bundle for a tenant pack.

Functions§

block_on
Block on a future whether or not we’re already inside a tokio runtime.