@bluelibs/runner - v6.3.1
    Preparing search index...

    Variable asyncContextsConst

    asyncContexts: Readonly<
        {
            execution: ExecutionContextAccessor;
            identity: IAsyncContext<IdentityContextValue>;
        },
    > = ...

    Framework-provided async-local accessors.

    identity is the built-in default async context contract for runtime identity propagation. Apps can override which context identity-aware framework features read by passing run(..., { identity: yourAsyncContext }). execution exposes runtime execution tracing state backed by the ExecutionContextStore.