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
.
cppalliance
/
corosio
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
84
Code
Issues
20
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Adoption triad
- #340
#340
Merged
sgerbino
merged 14 commits into
cppalliance:develop
cppalliance/corosio:develop
from
sgerbino:pr/adoption-triad
sgerbino/corosio:pr/adoption-triad
Copy head branch name to clipboard
Aug 19, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Adoption triad
#340
sgerbino
merged 14 commits into
cppalliance:develop
cppalliance/corosio:develop
from
sgerbino:pr/adoption-triad
sgerbino/corosio:pr/adoption-triad
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
refactor(reactor): validate adopted fds before closing the held socket
Show description for c6c516e
sgerbino
committed
c6c516e
View commit details
Copy full SHA for c6c516e
Browse repository at this point
fix(assign): validate adopted sockets on io_uring and iocp
Show description for aeaf234
sgerbino
committed
aeaf234
View commit details
Copy full SHA for aeaf234
Browse repository at this point
fix(io_uring): cancel in-flight ops before releasing a socket fd
Show description for 8712a4f
sgerbino
committed
8712a4f
View commit details
Copy full SHA for 8712a4f
Browse repository at this point
feat(inet): add assign() and release() to tcp_socket and udp_socket
Show description for 7bb13a6
sgerbino
committed
7bb13a6
View commit details
Copy full SHA for 7bb13a6
Browse repository at this point
feat(acceptor): complete the adoption triad on acceptors
Show description for 18f3637
sgerbino
committed
18f3637
View commit details
Copy full SHA for 18f3637
Browse repository at this point
feat(wait): report real write readiness on sockets
Show description for 95f4d6f
sgerbino
committed
95f4d6f
View commit details
Copy full SHA for 95f4d6f
Browse repository at this point
fix(iocp): dissociate released sockets from the completion port
Show description for e1660c1
sgerbino
committed
e1660c1
View commit details
Copy full SHA for e1660c1
Browse repository at this point
test(reactor_paths): discriminate reset overflow connections from false successes
Show description for 650455f
sgerbino
committed
650455f
View commit details
Copy full SHA for 650455f
Browse repository at this point
fix(acceptor): make acceptor wait semantics uniform across backends
Show description for 8d23ce3
sgerbino
committed
8d23ce3
View commit details
Copy full SHA for 8d23ce3
Browse repository at this point
fix(local): adopt over an open local socket like the internet family
Show description for 203eb21
sgerbino
committed
203eb21
View commit details
Copy full SHA for 203eb21
Browse repository at this point
docs(wait): show the dup-and-adopt pattern for foreign-library sockets
Show description for fe4fec3
sgerbino
committed
fe4fec3
View commit details
Copy full SHA for fe4fec3
Browse repository at this point
Commits on Aug 19, 2026
fix(reactor): don't latch cancels for waits outside their slot
Show description for be01ecb
sgerbino
committed
be01ecb
View commit details
Copy full SHA for be01ecb
Browse repository at this point
fix(acceptor): keep re-listen from forking or resurrecting accepts
Show description for 752de1f
sgerbino
committed
752de1f
View commit details
Copy full SHA for 752de1f
Browse repository at this point
fix(iocp): report adoption rejections with portable conditions
Show description for 91c7848
sgerbino
committed
91c7848
View commit details
Copy full SHA for 91c7848
Browse repository at this point
You can’t perform that action at this time.