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
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
Type
/
to 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 }}
djberg96
/
proc-wait3
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2
Star
6
Code
Issues
0
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Thread call without gvl
- #21
#21
Merged
djberg96
merged 16 commits into
main
djberg96/proc-wait3:main
from
thread_call_without_gvl
djberg96/proc-wait3:thread_call_without_gvl
Copy head branch name to clipboard
Jan 10, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Thread call without gvl
#21
djberg96
merged 16 commits into
main
djberg96/proc-wait3:main
from
thread_call_without_gvl
djberg96/proc-wait3:thread_call_without_gvl
Copy head branch name to clipboard
Commits
Commits on Jan 9, 2026
Use rb_thread_call_without_gvl.
djberg96
committed
25c5299
View commit details
Copy full SHA for 25c5299
Browse repository at this point
Restore bzero.
djberg96
committed
a43befe
View commit details
Copy full SHA for a43befe
Browse repository at this point
Add fiber scheduler support where feasible.
djberg96
committed
49bc12e
View commit details
Copy full SHA for 49bc12e
Browse repository at this point
Assume Ruby 3.0 or later.
djberg96
committed
ee47935
View commit details
Copy full SHA for ee47935
Browse repository at this point
Remove 2.7, add 3.4 to workflow.
djberg96
committed
ff9b474
View commit details
Copy full SHA for ff9b474
Browse repository at this point
Tweak clean task for MacOS.
djberg96
committed
39abb6b
View commit details
Copy full SHA for 39abb6b
Browse repository at this point
Remove 3.0, add 4.0.
djberg96
committed
a102c5c
View commit details
Copy full SHA for a102c5c
Browse repository at this point
Merge branch 'main' into thread_call_without_gvl
djberg96
authored
c42b11f
View commit details
Copy full SHA for c42b11f
Browse repository at this point
Restore bzero.
djberg96
committed
8783fec
View commit details
Copy full SHA for 8783fec
Browse repository at this point
Fix rb_pid_t arg.
djberg96
committed
8df5ba3
View commit details
Copy full SHA for 8df5ba3
Browse repository at this point
Add RB_GC_GUARD in spots with potential long running operations.
djberg96
committed
0ba0587
View commit details
Copy full SHA for 0ba0587
Browse repository at this point
Update string len and ptr macros.
djberg96
committed
f664a6b
View commit details
Copy full SHA for f664a6b
Browse repository at this point
Add another check for strlcpy.
djberg96
committed
5f04cb2
View commit details
Copy full SHA for 5f04cb2
Browse repository at this point
Comment fix.
djberg96
committed
19660a2
View commit details
Copy full SHA for 19660a2
Browse repository at this point
Fixed some whitespace issues.
djberg96
committed
4fc1b51
View commit details
Copy full SHA for 4fc1b51
Browse repository at this point
Add changes for 2.0.0.
djberg96
committed
79f7ee6
View commit details
Copy full SHA for 79f7ee6
Browse repository at this point
You can’t perform that action at this time.