Skip to main content
Go to Latest
class AsyncLocalStorage
import { AsyncLocalStorage } from "https://deno.land/std@0.177.0/node/async_hooks.ts";

Constructors

new
AsyncLocalStorage()

Methods

exit(callback: (...args: unknown[]) => any, ...args: any[]): any
getStore(): any
run(
store: any,
callback: any,
...args: any[],
): any