diff --git a/task.odin b/task.odin index 423be82..3ef4507 100644 --- a/task.odin +++ b/task.odin @@ -161,7 +161,7 @@ remove_worker :: proc(idx: int) { unordered_remove(&_scheduler.workers, idx) } - +@(private = "file") Subtask_Timing :: struct { slot: int, time: f64,