diff options
author | Antoine du Hamel <duhamelantoine1995@gmail.com> | 2020-09-17 18:53:37 +0200 |
---|---|---|
committer | Danielle Adams <adamzdanielle@gmail.com> | 2020-10-06 12:15:53 -0400 |
commit | 5a730b5def92105cb417bca3bb72fa25394c54e8 (patch) | |
tree | 517eace35f7c819942969430b9510787edab99f5 /doc/api/async_hooks.md | |
parent | ce789f1ca40289213fa14d024e8f71aa4058353d (diff) | |
download | node-new-5a730b5def92105cb417bca3bb72fa25394c54e8.tar.gz |
doc: sort md references in ASCII order
Refs: https://github.com/nodejs/node/pull/35244
PR-URL: https://github.com/nodejs/node/pull/35191
Fixes: https://github.com/nodejs/node/issues/35189
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/async_hooks.md')
-rw-r--r-- | doc/api/async_hooks.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index ada23efd6c..0a8b8d1c52 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -1167,6 +1167,8 @@ If you need to keep using callback-based API, or your code assumes a custom thenable implementation, use the [`AsyncResource`][] class to associate the asynchronous operation with the correct execution context. +[Hook Callbacks]: #async_hooks_hook_callbacks +[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk/edit [`AsyncResource`]: #async_hooks_class_asyncresource [`after` callback]: #async_hooks_after_asyncid [`before` callback]: #async_hooks_before_asyncid @@ -1174,9 +1176,7 @@ to associate the asynchronous operation with the correct execution context. [`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource [`promiseResolve` callback]: #async_hooks_promiseresolve_asyncid [`EventEmitter`]: events.md#events_class_eventemitter -[Hook Callbacks]: #async_hooks_hook_callbacks -[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk/edit [`Stream`]: stream.md#stream_stream [`Worker`]: worker_threads.md#worker_threads_class_worker -[promise execution tracking]: #async_hooks_promise_execution_tracking [`util.promisify()`]: util.md#util_util_promisify_original +[promise execution tracking]: #async_hooks_promise_execution_tracking |