Sign in
◑
Theme
apache
/
asyncband
/
HEAD
8d6db15
feat(broadcast): add a bounded MPMC broadcast channel (#253)
by onenewcode
· 2 hours ago
main
b68f3a2
ci: use HawkEye 7.2.0 (#307)
by tison
· 20 hours ago
da30f7a
chore: add a shared release skill and candidate verifier (#302)
by tison
· 28 hours ago
6e119b1
chore: Update release date for version 0.7.2 (#304)
by tison
· 29 hours ago
8204e14
chore: add a shared license-audit skill and Codex agent (#301)
by tison
· 32 hours ago
ad5c96b
test: benchmark MPMC on Tokio and replace Pollster (#300)
by tison
· 35 hours ago
9319ab4
feat(mpmc): add competing queues (#265)
by mxsm
· 2 days ago
e77cbef
feat(phaser): add reusable phase coordination (#250)
by Huang Youliang
· 2 days ago
03a5b58
perf(completion): make terminal waits lock-free (#288)
by Ryu
· 2 days ago
f056962
perf(mpsc): streamline unbounded buffer reclamation (#295)
by tison
· 2 days ago
7ad6d68
ci: bump taiki-e/install-action from 2.87.2 to 2.87.7 in the github-actions group (#294)
by dependabot[bot]
· 2 days ago
7092326
refactor: simplify unbounded MPSC and consolidate validation (#293)
by tison
· 3 days ago
f269b33
feat(mpsc): add fair capacity reservations to bounded channels (#291)
by tison
· 3 days ago
64d7a94
perf(mpsc): separate bounded waiting and unbounded reclamation (#290)
by tison
· 5 days ago
27c3067
refactor(mpsc): replace the legacy queue backend (#247)
by mxsm
· 5 days ago
a839dfc
test(pool): cover cancellation during bounded acquisition (#286)
by iqwqi
· 5 days ago
93b3413
docs: refine API map categories (#282)
by tison
· 8 days ago
v0.7.2
v0.7.2-rc.1
e631dfe
fix: keep release candidates off crates.io (#284)
by tison
· 8 days ago
c1be419
docs: limit LICENSE to incorporated third-party works (#283)
by tison
· 8 days ago
58425c5
fix: clarify synchronization licensing and documentation (#281)
by tison
· 8 days ago
0ed95e5
chore: prepare ASF 0.7.2 release (#280)
by tison
· 8 days ago
5c34751
fix: preserve third-party source licensing (#279)
by tison
· 8 days ago
4166eea
chore: prepare non-ASF 0.7.1 release (#278)
by tison
· 9 days ago
v0.7.1
12220cb
ci: publish release candidates to crates.io (#276)
by tison
· 9 days ago
dd14ff0
fix: correct third-party licensing (#275)
by tison
· 9 days ago
v0.7.0
73d68c2
docs: clarify cancellation safety guarantees (#274)
by tison
· 9 days ago
ca9d25f
refactor: separate waker storage from lifecycle tracking (#273)
by tison
· 9 days ago
fa08a9f
perf(waitgroup): specialize one-shot completion state (#270)
by tison
· 9 days ago
d13d33a
perf(countdown): avoid spinning before waiter registration (#271)
by tison
· 9 days ago
67acdbc
ci: bump taiki-e/install-action from 2.86.6 to 2.87.2 in the github-actions group (#269)
by dependabot[bot]
· 9 days ago
2745639
refactor: make arena vacant list explicit (#268)
by tison
· 10 days ago
bfdfd03
perf: reduce fan-out notification overhead (#266)
by tison
· 10 days ago
c23a267
build: exclude Cargo target from Typos (#264)
by tison
· 11 days ago
2c53aed
ci: link discussions to mailing list threads (#263)
by Xuanwo
· 11 days ago
02b30dd
chore: prepare 0.7.0 release (#262)
by tison
· 12 days ago
v0.7.0-rc.1
fba31fd
refactor(internal): lift panic-safe fan-out waking (#260)
by tison
· 12 days ago
ff8f0f6
fix: harden panic recovery before 0.7.0 (#258)
by tison
· 12 days ago
11d0140
fix(mpsc): recover AtomicWaker after clone panic (#259)
by tison
· 12 days ago
a2c47f4
refactor: simplify waiter registration for 0.7.0 (#257)
by tison
· 12 days ago
3dab42d
feat(watch): finalize latest-state API (#256)
by tison
· 12 days ago
f86fed9
fix: harden release-facing API contracts (#255)
by tison
· 12 days ago
91baca2
chore: fine tune docs and code (#254)
by tison
· 13 days ago
5419516
feat(event): add a manual-reset event (#243)
by Orthur
· 13 days ago
ad25b99
refactor(completion): make Abandoned opaque (#249)
by iqwqi
· 13 days ago
55ce955
refactor: harden library ergonomics and test contracts (#248)
by tison
· 13 days ago
da53366
fix: clone wakers outside state locks (#245)
by tison
· 13 days ago
9de7e03
feat(completion): add one-shot completion primitive with shared receivers (#240)
by iqwqi
· 13 days ago
5c981be
test: add targeted Miri coverage (#244)
by tison
· 13 days ago
fb99610
refactor: streamline map debug output (#242)
by tison
· 13 days ago
35302a0
refactor: replace fixed coordination shards (#239)
by tison
· 14 days ago
0336f53
perf: sharded `OnceTable` (#225)
by 狐狸
· 2 weeks ago
f9dc126
docs: streamline repository guidance (#238)
by tison
· 2 weeks ago
e2666dc
docs: drop GitHub release step (#237)
by tison
· 2 weeks ago
7d57ccc
chore: harden 0.7 release preparation (#236)
by tison
· 2 weeks ago
e1240ab
docs: refine 0.7 release documentation (#235)
by tison
· 2 weeks ago
6c9b6cc
refactor(channel): simplify channel structure (#234)
by tison
· 2 weeks ago
ad6b5a8
feat(watch): add a latest-state channel (#233)
by iqwqi
· 2 weeks ago
a00fb80
test(mpsc): cover bounded sender wakeups (#230)
by tison
· 2 weeks ago
11652f9
docs(channel): clarify feature boundaries (#226)
by tison
· 2 weeks ago
cbe49ea
feat(broadcast): add unbounded MPMC channel (#117)
by Orthur
· 2 weeks ago
37a394e
test(channel): add ecosystem performance baselines (#219)
by tison
· 2 weeks ago
ba3662c
refactor(channel): establish private source layout (#217)
by tison
· 2 weeks ago
c461305
test: add multithreaded contention benchmarks (#202)
by An Long
· 2 weeks ago
be96353
refactor(lazy-cell): relax poison flag ordering (#203)
by tison
· 2 weeks ago
2bfeabc
refactor(shutdown): clarify graceful shutdown roles (#201)
by tison
· 2 weeks ago
576aa40
refactor(lazy-cell): make future storage explicit (#199)
by tison
· 2 weeks ago
2cecc15
feat(lazy-cell): add explicit constructors (#198)
by Polly Labs
· 2 weeks ago
0a16ed5
docs: remove unused oneshot feature from setup (#197)
by tison
· 3 weeks ago
82b091d
docs: simplify blocking interoperability example (#196)
by tison
· 3 weeks ago
870445f
docs: refine README API guidance (#195)
by tison
· 3 weeks ago
3314e99
feat(once): Add async LazyCell implementation (#168)
by Matt
· 3 weeks ago
4261ee2
chore: allow module inception workspace-wide (#192)
by tison
· 3 weeks ago
2f1fa5e
refactor: clarify waiter arena contracts (#191)
by tison
· 3 weeks ago
cc4db52
perf(semaphore): store wake batch on stack (#190)
by tison
· 3 weeks ago
a3bad1c
fix(semaphore): defer waiter waker drops (#189)
by tison
· 3 weeks ago
300618a
perf(semaphore): Allocate wake buffer only when needed (#188)
by Matt
· 3 weeks ago
fea0976
chore: update homepage URL in .asf.yaml (#187)
by Twice
· 3 weeks ago
879dc4e
chore: update homepage URL (#186)
by Twice
· 3 weeks ago
c505b91
perf(mpsc): replace boxed receiver wakers (#182)
by tison
· 3 weeks ago
48e746f
fix(pool): preserve capacity across replenishment races (#181)
by tison
· 3 weeks ago
c67c237
refactor(pool): simplify lifecycle and maintenance semantics (#180)
by tison
· 3 weeks ago
5b86f20
refactor(broadcast): remove overflow channel (#179)
by tison
· 3 weeks ago
9d2dfc7
feat(pool): port runtime-agnostic object pools (#177)
by tison
· 3 weeks ago
0f4013a
ci: check GitHub Actions against ASF allowlist (#178)
by tison
· 3 weeks ago
8bd7c3b
refactor(semaphore): remove acquire-and-forget helpers (#175)
by tison
· 3 weeks ago
d871591
refactor(semaphore): replace forget APIs (#174)
by Phoenix
· 3 weeks ago
633c3ec
chore: fine tune notice section position (#173)
by tison
· 3 weeks ago
e916b9c
chore: migrate HawkEye to v7 (#172)
by tison
· 3 weeks ago
7b278b3
fix(broadcast): publish slots in sequence (#145)
by tison
· 3 weeks ago
1fe3e49
refactor: remove admission primitives (#166)
by tison
· 3 weeks ago
7ad4bf0
feat: add priority-share admission control (#134)
by Andy Lok
· 3 weeks ago
04dc57d
feat: add independent once primitive features (#165)
by tison
· 3 weeks ago
9389c74
docs: align incubator branding and packaging (#164)
by tison
· 3 weeks ago
ba6ea88
chore: establish incubator release process (#163)
by tison
· 3 weeks ago
abd3dcf
chore: configure ASF repository settings (#162)
by tison
· 3 weeks ago
9d07957
docs: reorganize project background (#161)
by tison
· 3 weeks ago
c60fdc6
chore: Reflect the ASF Incubation status (#159)
by tison
· 3 weeks ago
7817a5f
feat: add opt-in synchronous future bridge (#153)
by Gunther Xing
· 3 weeks ago
02e58ed
refactor: clarify public primitive boundaries (#158)
by tison
· 3 weeks ago
524d5f1
feat: gate primitives behind feature flags (#157)
by tison
· 4 weeks ago
Next »