make internal struct private

This commit is contained in:
Kevin Trogant 2025-04-22 20:58:32 +02:00
parent b354091704
commit 18cadc3a97

View File

@ -161,7 +161,7 @@ remove_worker :: proc(idx: int) {
unordered_remove(&_scheduler.workers, idx)
}
@(private = "file")
Subtask_Timing :: struct {
slot: int,
time: f64,