Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.9k
Star
122k
Code
Issues
631
Pull requests
560
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[v12.x backport] async_hooks: add AsyncLocalStorage
- #32318
#32318
Closed
puzpuzpuz
wants to merge 15 commits into
nodejs:v12.x-staging
nodejs/node:v12.x-staging
from
puzpuzpuz:async-local-storage-backport
puzpuzpuz/node:async-local-storage-backport
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
[v12.x backport] async_hooks: add AsyncLocalStorage
#32318
puzpuzpuz
wants to merge 15 commits into
nodejs:v12.x-staging
nodejs/node:v12.x-staging
from
puzpuzpuz:async-local-storage-backport
puzpuzpuz/node:async-local-storage-backport
Copy head branch name to clipboard
Commits
Commits on Apr 14, 2020
async_hooks: add executionAsyncResource
Show description for 8752332
2 people
authored and
puzpuzpuz
committed
8752332
View commit details
Copy full SHA for 8752332
Browse repository at this point
async_hooks: executionAsyncResource matches in hooks
Show description for 1f61d3c
Flarna
authored and
puzpuzpuz
committed
1f61d3c
View commit details
Copy full SHA for 1f61d3c
Browse repository at this point
src: move InternalCallbackScope to StartExecution
Show description for adc1afb
codebytere
authored and
puzpuzpuz
committed
adc1afb
View commit details
Copy full SHA for adc1afb
Browse repository at this point
src: pass resource object along with InternalMakeCallback
Show description for 288663c
addaleax
authored and
puzpuzpuz
committed
288663c
View commit details
Copy full SHA for 288663c
Browse repository at this point
async_hooks: introduce async-context API
Show description for 0807da3
vdeturckheim
authored and
puzpuzpuz
committed
0807da3
View commit details
Copy full SHA for 0807da3
Browse repository at this point
async_hooks: add store arg in AsyncLocalStorage
Show description for bedb27e
puzpuzpuz
committed
bedb27e
View commit details
Copy full SHA for bedb27e
Browse repository at this point
test: improve disable AsyncLocalStorage test
Show description for be305fe
puzpuzpuz
committed
be305fe
View commit details
Copy full SHA for be305fe
Browse repository at this point
test: add GC test for disabled AsyncLocalStorage
Show description for ecc5935
puzpuzpuz
committed
ecc5935
View commit details
Copy full SHA for ecc5935
Browse repository at this point
async_hooks: fix ctx loss after nested ALS calls
Show description for 5036117
puzpuzpuz
committed
5036117
View commit details
Copy full SHA for 5036117
Browse repository at this point
async_hooks: add sync enterWith to ALS
Show description for e9b3918
Qard
authored and
puzpuzpuz
committed
e9b3918
View commit details
Copy full SHA for e9b3918
Browse repository at this point
test: add new scenario for async-local storage
Show description for 2e04161
HarshithaKP
authored and
puzpuzpuz
committed
2e04161
View commit details
Copy full SHA for 2e04161
Browse repository at this point
benchmark: fix error on server close in AsyncLocalStorage benchmark
Show description for 45ad080
puzpuzpuz
committed
45ad080
View commit details
Copy full SHA for 45ad080
Browse repository at this point
async_hooks: prevent sync methods of async storage exiting outer context
Show description for 4cd19bc
Qard
authored and
puzpuzpuz
committed
4cd19bc
View commit details
Copy full SHA for 4cd19bc
Browse repository at this point
async_hooks: merge run and exit methods
Show description for c6f7f55
puzpuzpuz
committed
c6f7f55
View commit details
Copy full SHA for c6f7f55
Browse repository at this point
doc: improve AsyncLocalStorage sample
Show description for fce0272
puzpuzpuz
committed
fce0272
View commit details
Copy full SHA for fce0272
Browse repository at this point
You can’t perform that action at this time.