惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

Tags from omarchy

Release v4.0.4 · omacom/omarchy Release v4.0.3 · omacom/omarchy Release v4.0.2 · omacom/omarchy Release v4.0.1 · basecamp/omarchy Release v4.0.1 · omacom/omarchy Release v4.0.0 · basecamp/omarchy Release v4.0.0 · omacom/omarchy Release v4.0.0-beta3: Stop the update-lock stub racing the holder it spawns · omacom/omarchy Release v3.8.4 · basecamp/omarchy Release v3.8.4 · omacom/omarchy Release v3.8.3 · basecamp/omarchy Release v3.8.3 · omacom/omarchy Release v3.8.2 · omacom/omarchy Release v3.8.1 · basecamp/omarchy Release v3.8.1 · omacom/omarchy Release v3.8.0 · basecamp/omarchy Release v3.8.0 · omacom/omarchy Release v3.7.1 · basecamp/omarchy Release v3.7.1 · omacom/omarchy Release v3.7.0 · basecamp/omarchy Release v3.7.0 · omacom/omarchy Release v3.6.0 · basecamp/omarchy Release v3.5.1 · basecamp/omarchy Release v3.5.0 · basecamp/omarchy Release v3.4.2 · basecamp/omarchy Release v3.4.1 · basecamp/omarchy Release v3.8.2 · basecamp/omarchy
Release v4.0.0-beta3: Stop the update-lock stub racing th...
basecamp · 2026-08-12 · via Tags from omarchy
The stub polled for the lock with its own flock, competing with the
holder it had just started. The holder took the lock non-blockingly and
never retried, so a lost race killed it and left the lock free. The
notifier then saw no update in progress and sent the toast the test
asserts it withholds. Wait on the holder's own signal instead.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>