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 }}
ViewWay
/
hiver
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
3
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fix(runtime): eliminate deadlock + comprehensive CI overhaul
- #62
#62
Merged
ViewWay
merged 21 commits into
main
ViewWay/hiver:main
from
fix/runtime-deadlock-async-executor
ViewWay/hiver:fix/runtime-deadlock-async-executor
Copy head branch name to clipboard
Jun 28, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
fix(runtime): eliminate deadlock + comprehensive CI overhaul
#62
ViewWay
merged 21 commits into
main
ViewWay/hiver:main
from
fix/runtime-deadlock-async-executor
ViewWay/hiver:fix/runtime-deadlock-async-executor
Copy head branch name to clipboard
Commits
Commits on Jun 20, 2026
fix(runtime): eliminate deadlock via async-executor/async-io backend
Show description for f58a6aa
ViewWay
committed
f58a6aa
View commit details
Copy full SHA for f58a6aa
Browse repository at this point
refactor(runtime): remove ~6100 lines of dead self-built scheduler/driver code
Show description for 8017ad0
ViewWay
committed
8017ad0
View commit details
Copy full SHA for 8017ad0
Browse repository at this point
feat(http,macros,middleware): make the HTTP server run on hiver-runtime end-to-end
Show description for f9d0bdb
ViewWay
committed
f9d0bdb
View commit details
Copy full SHA for f9d0bdb
Browse repository at this point
feat(macros): add #[hiver::test] macro + migrate hiver-resilience to it
Show description for af079fa
ViewWay
committed
af079fa
View commit details
Copy full SHA for af079fa
Browse repository at this point
feat(runtime): reserve io-uring feature flag + Linux backend stub
Show description for 44ca5f5
ViewWay
committed
44ca5f5
View commit details
Copy full SHA for 44ca5f5
Browse repository at this point
test: migrate ldap/grpc/modulith/cloud-bus tests to #[hiver_macros::test]
Show description for 8bcf6de
ViewWay
committed
8bcf6de
View commit details
Copy full SHA for 8bcf6de
Browse repository at this point
test: migrate kafka/websocket-stomp/graphql/session tests to #[hiver_macros::test]
Show description for 0435861
ViewWay
committed
0435861
View commit details
Copy full SHA for 0435861
Browse repository at this point
test: migrate events/cache/tx tests to #[hiver_macros::test]
Show description for b4ac052
ViewWay
committed
b4ac052
View commit details
Copy full SHA for b4ac052
Browse repository at this point
ci: fix broken gating + harden workflows + add deny/MSRV checks
Show description for fc9b4ff
ViewWay
committed
fc9b4ff
View commit details
Copy full SHA for fc9b4ff
Browse repository at this point
fix(examples): commit example sources declared in Cargo.toml
Show description for ca1e152
ViewWay
committed
ca1e152
View commit details
Copy full SHA for ca1e152
Browse repository at this point
ci(workspace): migrate 18 crates to workspace deps + fix detection rule
Show description for 62597f1
ViewWay
committed
62597f1
View commit details
Copy full SHA for 62597f1
Browse repository at this point
ci(semver): fix api-diff job — cargo-public-api has no --workspace flag
Show description for 6556f2b
ViewWay
committed
6556f2b
View commit details
Copy full SHA for 6556f2b
Browse repository at this point
ci(semver): remove invalid --fail-on-error flag from semver-check
Show description for 6a5223e
ViewWay
committed
6a5223e
View commit details
Copy full SHA for 6a5223e
Browse repository at this point
ci: fix deny/MSRV/fmt surfaced by the new gating jobs
Show description for 1e64603
ViewWay
committed
1e64603
View commit details
Copy full SHA for 1e64603
Browse repository at this point
ci(deny): allow Unicode-3.0 license (next transitive rejection)
Show description for 82c48ea
ViewWay
committed
82c48ea
View commit details
Copy full SHA for 82c48ea
Browse repository at this point
ci(deny): fix all remaining license + advisory failures
Show description for 60a72a6
ViewWay
committed
60a72a6
View commit details
Copy full SHA for 60a72a6
Browse repository at this point
Commits on Jun 21, 2026
feat(runtime): implement spawn_blocking via the blocking crate
Show description for eabbe9b
ViewWay
committed
eabbe9b
View commit details
Copy full SHA for eabbe9b
Browse repository at this point
fix(macros): #[pre_authorize] now generates enforcement code
Show description for c91199e
ViewWay
committed
c91199e
View commit details
Copy full SHA for c91199e
Browse repository at this point
fix(runtime): bounded channel with real backpressure + try_recv Empty variant
Show description for 77258a3
ViewWay
committed
77258a3
View commit details
Copy full SHA for 77258a3
Browse repository at this point
fix(cloud): gateway actually proxies requests via reqwest
Show description for d09e5b5
ViewWay
committed
d09e5b5
View commit details
Copy full SHA for d09e5b5
Browse repository at this point
Commits on Jun 28, 2026
chore(deps): record async-channel under hiver-runtime in Cargo.lock
Show description for 241d579
ViewWay
committed
241d579
View commit details
Copy full SHA for 241d579
Browse repository at this point
You can’t perform that action at this time.