runtime: remove legacy event polling authority

This commit is contained in:
2026-08-01 22:55:58 +09:00
parent 24f7267d55
commit 0f9f06048a
12 changed files with 72 additions and 615 deletions
@@ -253,7 +253,6 @@ export type WorkerInputResult = {
state: WorkerOperationState;
runtime_id: string;
worker_id: string;
event_id?: number | null;
diagnostics: Diagnostic[];
};