runtime: restore persisted worker execution

This commit is contained in:
2026-07-12 23:38:56 +09:00
parent c56b8c04ea
commit c948b669c1
6 changed files with 727 additions and 56 deletions
+1
View File
@@ -39,6 +39,7 @@ pub enum RuntimeEventKind {
RuntimeStarted,
RuntimeStopped,
WorkerCreated,
WorkerExecutionRestored,
WorkerInputAccepted,
WorkerStopped,
WorkerCancelled,