worker: add internal worker runner

This commit is contained in:
2026-07-18 05:59:02 +09:00
parent ff04becfab
commit 88b91a2c55
6 changed files with 189 additions and 43 deletions
+1
View File
@@ -16,6 +16,7 @@ mod shutdown_after_idle;
pub mod skill;
pub mod spawn;
mod internal_worker;
mod interrupt_prep;
mod permission;
mod ticket_event_notify;