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 }}
apache
/
asyncband
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
270
Code
Issues
17
Pull requests
11
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
refactor: simplify unbounded MPSC and consolidate validation
- #293
#293
Merged
tisonkun
merged 26 commits into
apache:main
apache/asyncband:main
from
tisonkun:codex/simplify-unbounded-mpsc
tisonkun/asyncband:codex/simplify-unbounded-mpsc
Copy head branch name to clipboard
Sep 9, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
refactor: simplify unbounded MPSC and consolidate validation
#293
tisonkun
merged 26 commits into
apache:main
apache/asyncband:main
from
tisonkun:codex/simplify-unbounded-mpsc
tisonkun/asyncband:codex/simplify-unbounded-mpsc
Copy head branch name to clipboard
Commits
Commits on Sep 9, 2026
refactor(mpsc): simplify unbounded channel coordination
Show description for e700444
tisonkun
committed
e700444
View commit details
Copy full SHA for e700444
Browse repository at this point
ci: compile benchmarks without running them
Show description for 960d382
tisonkun
committed
960d382
View commit details
Copy full SHA for 960d382
Browse repository at this point
ci: compile benchmarks in the check job
Show description for 8733748
tisonkun
committed
8733748
View commit details
Copy full SHA for 8733748
Browse repository at this point
test(mpsc): keep buffer reclamation checks inline
Show description for 09f8ecb
tisonkun
committed
09f8ecb
View commit details
Copy full SHA for 09f8ecb
Browse repository at this point
bench(watch): remove future erasure from adapters
Show description for 9a7d91a
tisonkun
committed
9a7d91a
View commit details
Copy full SHA for 9a7d91a
Browse repository at this point
bench(waitgroup): remove incomplete worker round trips
Show description for ef6646c
tisonkun
committed
ef6646c
View commit details
Copy full SHA for ef6646c
Browse repository at this point
bench(oneshot): use the shared task waker
Show description for e64eca7
tisonkun
committed
e64eca7
View commit details
Copy full SHA for e64eca7
Browse repository at this point
bench(singleflight): focus on complete caller lifecycles
Show description for 82b230e
tisonkun
committed
82b230e
View commit details
Copy full SHA for 82b230e
Browse repository at this point
bench(once_map): poll cached computations once
Show description for f1e1394
tisonkun
committed
f1e1394
View commit details
Copy full SHA for f1e1394
Browse repository at this point
bench(once_map): consolidate entry removal measurements
Show description for 14accd5
tisonkun
committed
14accd5
View commit details
Copy full SHA for 14accd5
Browse repository at this point
bench(pool): use one lazy construction configuration
Show description for 26ba407
tisonkun
committed
26ba407
View commit details
Copy full SHA for 26ba407
Browse repository at this point
test: share waker and deadlock support across integration suites
Show description for 6019df6
tisonkun
committed
6019df6
View commit details
Copy full SHA for 6019df6
Browse repository at this point
bench(watch): keep one shared comparison suite
Show description for 469bbe8
tisonkun
committed
469bbe8
View commit details
Copy full SHA for 469bbe8
Browse repository at this point
bench(waitgroup): remove duplicated lifecycle cases
Show description for f23ab1b
tisonkun
committed
f23ab1b
View commit details
Copy full SHA for f23ab1b
Browse repository at this point
bench(broadcast): reuse ecosystem concurrency coverage
Show description for 99a86be
tisonkun
committed
99a86be
View commit details
Copy full SHA for 99a86be
Browse repository at this point
bench(mpsc): retain representative workload dimensions
Show description for 32d1820
tisonkun
committed
32d1820
View commit details
Copy full SHA for 32d1820
Browse repository at this point
test: establish pending waiters before releasing conditions
Show description for 21af06e
tisonkun
committed
21af06e
View commit details
Copy full SHA for 21af06e
Browse repository at this point
test(mpsc): verify every producer message exactly once
Show description for 3bebe7b
tisonkun
committed
3bebe7b
View commit details
Copy full SHA for 3bebe7b
Browse repository at this point
test(once_map): retain public lifecycle and collision coverage
Show description for 69b4e2b
tisonkun
committed
69b4e2b
View commit details
Copy full SHA for 69b4e2b
Browse repository at this point
test(wakerset): rely on public deferred-drop coverage
Show description for bc83844
tisonkun
committed
bc83844
View commit details
Copy full SHA for bc83844
Browse repository at this point
test(broadcast): remove subsumed delivery cases
Show description for f661e6f
tisonkun
committed
f661e6f
View commit details
Copy full SHA for f661e6f
Browse repository at this point
test(mutex): consolidate mapped guard ownership coverage
Show description for 85b391a
tisonkun
committed
85b391a
View commit details
Copy full SHA for 85b391a
Browse repository at this point
test(semaphore): remove subsumed permit cases
Show description for f79c080
tisonkun
committed
f79c080
View commit details
Copy full SHA for f79c080
Browse repository at this point
test(singleflight): keep the stronger basic computation case
Show description for 7a429bc
tisonkun
committed
7a429bc
View commit details
Copy full SHA for 7a429bc
Browse repository at this point
test(semaphore): keep node reclamation checks next to state
Show description for c5b907c
tisonkun
committed
c5b907c
View commit details
Copy full SHA for c5b907c
Browse repository at this point
docs(xtask): correct no-capture execution help
Show description for f5fc479
tisonkun
committed
f5fc479
View commit details
Copy full SHA for f5fc479
Browse repository at this point
You can’t perform that action at this time.