Skip to content

Commit

Permalink
async_hooks: stabilize part of AsyncLocalStorage
Browse files Browse the repository at this point in the history
Mark AsyncLocalStorage constructor,
AsyncLocalStorage.prototype.getStore(),
and AsyncLocalStorage.prototype.run as
stable.

PR-URL: nodejs#37675
Reviewed-By: Bradley Farias <[email protected]>
Reviewed-By: Andrey Pechkurov <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Stephen Belanger <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Bryan English <[email protected]>
  • Loading branch information
vdeturckheim authored and mhdawson committed Jun 4, 2021
1 parent 6fe89a1 commit 7612d82
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 560 deletions.
Loading

0 comments on commit 7612d82

Please sign in to comment.