Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
35.8k
Star
118k
Code
Issues
1.4k
Pull requests
960
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
src: rewrite task runner in c++
#52609
Merged
nodejs-github-bot
merged 15 commits into
nodejs:main
nodejs/node:main
from
anonrig:rewrite-task-runner-in-cpp
anonrig/node:rewrite-task-runner-in-cpp
Copy head branch name to clipboard
May 2, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
src: rewrite task runner in c++
#52609
nodejs-github-bot
merged 15 commits into
nodejs:main
nodejs/node:main
from
anonrig:rewrite-task-runner-in-cpp
anonrig/node:rewrite-task-runner-in-cpp
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2024
src: rewrite task runner in c++
anonrig
committed
720350a
Copy full SHA for 720350a
fix: use shared_ptr instead of unique_ptr for shared ressource, use operator[] instead of find_field.
lemire
committed
92dacf0
Copy full SHA for 92dacf0
pass std::shared_ptr by value
lemire
committed
620dd73
Copy full SHA for 620dd73
lint
lemire
committed
b545865
Copy full SHA for b545865
fix: leak
lemire
committed
9cfe2fd
Copy full SHA for 9cfe2fd
fix: lint
lemire
committed
8433257
Copy full SHA for 8433257
Commits on Apr 25, 2024
fix: solving memory leak with std::unique_ptr
lemire
committed
6634e5e
Copy full SHA for 6634e5e
lint
lemire
committed
84e0566
Copy full SHA for 84e0566
Commits on Apr 30, 2024
fix: adding detached flag
lemire
committed
ec015f1
Copy full SHA for ec015f1
fix: the cmd flag was wrong
lemire
committed
57434f5
Copy full SHA for 57434f5
fix: prevent Windows from escaping quotes
lemire
committed
060051c
Copy full SHA for 060051c
Update node_task_runner.cc
anonrig
authored
650bd77
Copy full SHA for 650bd77
Commits on May 1, 2024
Update node_task_runner.cc
anonrig
committed
b734452
Copy full SHA for b734452
add more documentation
anonrig
committed
a7afb78
Copy full SHA for a7afb78
Commits on May 2, 2024
fix
anonrig
committed
435aed9
Copy full SHA for 435aed9
You can’t perform that action at this time.