3 Commits

Author SHA1 Message Date
Bright Chen c9778ca1a3 Refactor NULL with nullptr in test (#3464) 2026-08-19 13:26:18 +08:00
Bright Chen febb014aaa Signal workers for priority tasks (#3423) 2026-08-10 10:20:11 +08:00
Enrico 2ceefba8d5 fix(bthread): refactor sharded priority queue with per-ED shard (#3270)
* fix(bthread): refactor sharded priority queue with per-ED shard

Each EventDispatcher gets its own WorkStealingQueue, making concurrent
push from multiple EDs naturally SPMC-safe without spinlocks.

fix: comments of redundant namespace

fix: ut failure and -1 issue

* fix: comments about priority pq renaming

---------

Co-authored-by: yannan.wyn <yannan.wyn@antgroup.com>
2026-06-14 13:46:38 +08:00