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 }}
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
37.4k
Star
122k
Code
Issues
623
Pull requests
562
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[v12.x] backport BaseObjectPtr, SetImmediate(), Worker+report
- #32301
#32301
Closed
addaleax
wants to merge 20 commits into
nodejs:v12.x-staging
nodejs/node:v12.x-staging
from
addaleax:backport-report-worker-v12.x
addaleax/node:backport-report-worker-v12.x
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Closed
[v12.x] backport BaseObjectPtr, SetImmediate(), Worker+report
#32301
addaleax
wants to merge 20 commits into
nodejs:v12.x-staging
nodejs/node:v12.x-staging
from
addaleax:backport-report-worker-v12.x
addaleax/node:backport-report-worker-v12.x
Copy head branch name to clipboard
Commits
Commits on Apr 1, 2020
src: introduce custom smart pointers for `BaseObject`s
Show description for afa5499
addaleax
authored and
MylesBorins
committed
afa5499
View commit details
Copy full SHA for afa5499
Browse repository at this point
http2: use custom BaseObject smart pointers
Show description for e1b1267
addaleax
authored and
MylesBorins
committed
e1b1267
View commit details
Copy full SHA for e1b1267
Browse repository at this point
src: use BaseObjectPtr for keeping channel alive in dns bindings
Show description for 95bf451
addaleax
authored and
MylesBorins
committed
95bf451
View commit details
Copy full SHA for 95bf451
Browse repository at this point
src: remove keep alive option from SetImmediate()
Show description for cb196ce
addaleax
authored and
MylesBorins
committed
cb196ce
View commit details
Copy full SHA for cb196ce
Browse repository at this point
src: remove HandleWrap instances from list once closed
Show description for 92cb961
addaleax
authored and
MylesBorins
committed
92cb961
View commit details
Copy full SHA for 92cb961
Browse repository at this point
src: keep object alive in stream_pipe code
Show description for b18531d
addaleax
authored and
MylesBorins
committed
b18531d
View commit details
Copy full SHA for b18531d
Browse repository at this point
src: add more `can_call_into_js()` guards
Show description for ece9faf
addaleax
authored and
MylesBorins
committed
ece9faf
View commit details
Copy full SHA for ece9faf
Browse repository at this point
src: no SetImmediate from destructor in stream_pipe code
Show description for c3fff25
addaleax
authored and
MylesBorins
committed
c3fff25
View commit details
Copy full SHA for c3fff25
Browse repository at this point
src: run native immediates during Environment cleanup
Show description for 2470035
addaleax
authored and
MylesBorins
committed
2470035
View commit details
Copy full SHA for 2470035
Browse repository at this point
src: better encapsulate native immediate list
Show description for 973f8ef
addaleax
authored and
MylesBorins
committed
973f8ef
View commit details
Copy full SHA for 973f8ef
Browse repository at this point
src: exclude C++ SetImmediate() from count
Show description for 5e1bcae
addaleax
authored and
MylesBorins
committed
5e1bcae
View commit details
Copy full SHA for 5e1bcae
Browse repository at this point
src: add a threadsafe variant of SetImmediate()
Show description for f1aeed5
addaleax
authored and
MylesBorins
committed
f1aeed5
View commit details
Copy full SHA for f1aeed5
Browse repository at this point
src: remove AsyncRequest
Show description for 3f9d1dd
addaleax
authored and
MylesBorins
committed
3f9d1dd
View commit details
Copy full SHA for 3f9d1dd
Browse repository at this point
src: add interrupts to Environments/Workers
Show description for b0ce668
addaleax
authored and
MylesBorins
committed
b0ce668
View commit details
Copy full SHA for b0ce668
Browse repository at this point
src: move MemoryInfo() for worker code to .cc files
Show description for 4e1a192
addaleax
authored and
MylesBorins
committed
4e1a192
View commit details
Copy full SHA for 4e1a192
Browse repository at this point
report: add support for Workers
Show description for a9c4fe5
addaleax
authored and
MylesBorins
committed
a9c4fe5
View commit details
Copy full SHA for a9c4fe5
Browse repository at this point
src: simplify native immediate queue running
Show description for 9c43d0e
addaleax
authored and
MylesBorins
committed
9c43d0e
View commit details
Copy full SHA for 9c43d0e
Browse repository at this point
worker: move JoinThread() back into exit callback
Show description for 1915b5b
addaleax
authored and
MylesBorins
committed
1915b5b
View commit details
Copy full SHA for 1915b5b
Browse repository at this point
src: harden running native `SetImmediate()`s slightly
Show description for 4d3275b
addaleax
authored and
MylesBorins
committed
4d3275b
View commit details
Copy full SHA for 4d3275b
Browse repository at this point
src: delete BaseObjectWeakPtr data when pointee is gone
Show description for d85cb07
addaleax
authored and
MylesBorins
committed
d85cb07
View commit details
Copy full SHA for d85cb07
Browse repository at this point
You can’t perform that action at this time.