feat(runtime): 用基于 poll 的事件循环代替阻塞式事件等待

This commit is contained in:
2026-06-10 01:26:05 +08:00
parent 4e713682e4
commit dbbbbce379
6 changed files with 164 additions and 45 deletions

View File

@@ -31,6 +31,7 @@ typedef struct bar_t {
size_t count;
bool visible;
int timerfd;
zdwm_bar_config_t config;
bar_palette_t palette;