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

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
P
Proofpoint News Feed
D
Docker
J
Java Code Geeks
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
T
Tailwind CSS Blog
M
MIT News - Artificial intelligence
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
腾讯CDC
罗磊的独立博客
U
Unit 42
爱范儿
爱范儿
Vercel News
Vercel News
MyScale Blog
MyScale Blog

Tags from 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 · basecamp/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...
omacom · 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>