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

推荐订阅源

月光博客
月光博客
C
Check Point Blog
J
Java Code Geeks
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
量子位
Google DeepMind News
Google DeepMind News
I
InfoQ
The GitHub Blog
The GitHub Blog
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
V
V2EX
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
小众软件
小众软件
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
IT之家
IT之家

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>