Creates a new instance of AsyncLocalStorage
. Store is only provided within a run()
call or after an enterWith()
call.
constructor
async_hooks.AsyncLocalStorage.constructor
Not implemented in Bun
constructor AsyncLocalStorage<T>(
constructor
Creates a new instance of AsyncLocalStorage
. Store is only provided within a run()
call or after an enterWith()
call.