Home
last modified time | relevance | path

Searched defs:AsyncResource (Results 1 – 4 of 4) sorted by relevance

/third_party/node/doc/api/
Dasync_context.md463 ### `new AsyncResource(type[, options])`
499 ### Static method: `AsyncResource.bind(fn[, type[, thisArg]])`
525 ### `asyncResource.bind(fn[, thisArg])`
549 ### `asyncResource.runInAsyncScope(fn[, thisArg, ...args])`
565 ### `asyncResource.emitDestroy()`
574 ### `asyncResource.asyncId()`
578 ### `asyncResource.triggerAsyncId()`
585 ### Using `AsyncResource` for a `Worker` thread pool
828 ### Integrating `AsyncResource` with `EventEmitter`
/third_party/node/src/api/
Dasync_resource.cc14 AsyncResource::AsyncResource(Isolate* isolate, in AsyncResource() function in node::AsyncResource
/third_party/node/lib/
Dasync_hooks.js159 class AsyncResource { class
375 AsyncResource, property
/third_party/node/tools/doc/
Dtype-parser.mjs63 'AsyncResource': 'async_hooks.html#class-asyncresource', property