runContextScopes
Signature
export declare function runContextScopes<T>(scopes: readonly ContextScope[] | undefined, context: ContextScopeContext, run: () => Awaitable<T>): Awaitable<T>;Members
This export does not declare public properties or methods in the generated declaration file.