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
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
.
rage-rb
/
rage
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
1.4k
Code
Issues
9
Pull requests
12
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
(WIP) Fiber Timeouts
- #162
#162
Draft
serhii-sadovskyi
wants to merge 10 commits into
rage-rb:main
rage-rb/rage:main
from
serhii-sadovskyi:fiber-scheduler-timeouts
serhii-sadovskyi/rage:fiber-scheduler-timeouts
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Draft
(WIP) Fiber Timeouts
#162
serhii-sadovskyi
wants to merge 10 commits into
rage-rb:main
rage-rb/rage:main
from
serhii-sadovskyi:fiber-scheduler-timeouts
serhii-sadovskyi/rage:fiber-scheduler-timeouts
Copy head branch name to clipboard
Commits
Commits on Apr 2, 2026
added:
Show description for 4e295d4
serhii-sadovskyi
committed
4e295d4
View commit details
Copy full SHA for 4e295d4
Browse repository at this point
correctly handle nested timeouts
serhii-sadovskyi
committed
f7cf4e4
View commit details
Copy full SHA for f7cf4e4
Browse repository at this point
- mutex to correctly access hash with fiber timeouts (concurrency happens between fiber itself and iodine worker)
Show description for 4efffde
serhii-sadovskyi
committed
4efffde
View commit details
Copy full SHA for 4efffde
Browse repository at this point
refactorings
serhii-sadovskyi
committed
05b2bc1
View commit details
Copy full SHA for 05b2bc1
Browse repository at this point
refactored:
Show description for 8449798
serhii-sadovskyi
committed
8449798
View commit details
Copy full SHA for 8449798
Browse repository at this point
(fix) do not try to resume fiber if it's cannot be resumed
serhii-sadovskyi
committed
a1a4869
View commit details
Copy full SHA for a1a4869
Browse repository at this point
more refactoring:
Show description for e778bca
serhii-sadovskyi
committed
e778bca
View commit details
Copy full SHA for e778bca
Browse repository at this point
* unsubscribe from channel after raising exception for fiber
Show description for 296aa2e
serhii-sadovskyi
committed
296aa2e
View commit details
Copy full SHA for 296aa2e
Browse repository at this point
fix for "RuntimeError (can't add a new key into hash during iteration)"
serhii-sadovskyi
committed
bb35511
View commit details
Copy full SHA for bb35511
Browse repository at this point
code's refactored in favor of `run_after` method instead of `run_every`
serhii-sadovskyi
committed
d4cc3ba
View commit details
Copy full SHA for d4cc3ba
Browse repository at this point
You can’t perform that action at this time.