Home
last modified time | relevance | path

Searched defs:AsyncLocalStorage (Results 1 – 5 of 5) sorted by relevance

/third_party/node/doc/api/
Dasync_context.md119 ### `new AsyncLocalStorage()`
137 ### Static method: `AsyncLocalStorage.bind(fn)`
151 ### Static method: `AsyncLocalStorage.snapshot()`
187 ### `asyncLocalStorage.disable()`
212 ### `asyncLocalStorage.getStore()`
227 ### `asyncLocalStorage.enterWith(store)`
277 ### `asyncLocalStorage.run(store, callback[, ...args])`
317 ### `asyncLocalStorage.exit(callback[, ...args])`
356 ### Usage with `async/await`
374 ### Troubleshooting: Context loss
Dasync_hooks.md929 [Hook Callbacks]: #hook-callbacks
931 [`AsyncHook`]: #class-asynchook
935 [`after` callback]: #afterasyncid
936 [`before` callback]: #beforeasyncid
937 [`createHook`]: #async_hookscreatehookcallbacks
938 [`destroy` callback]: #destroyasyncid
939 [`executionAsyncResource`]: #async_hooksexecutionasyncresource
940 [`init` callback]: #initasyncid-type-triggerasyncid-resource
942 [`promiseResolve` callback]: #promiseresolveasyncid
943 [promise execution tracking]: #promise-execution-tracking
/third_party/node/test/parallel/
Dtest-async-local-storage-contexts.js11 AsyncLocalStorage, property
/third_party/node/lib/
Dasync_hooks.js276 class AsyncLocalStorage { class
368 AsyncLocalStorage, property
/third_party/node/tools/doc/
Dtype-parser.mjs60 'AsyncLocalStorage': 'async_context.html#class-asynclocalstorage', property