mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Fix fix.
This commit is contained in:
@@ -111,13 +111,13 @@ pool_join :: proc(pool: ^Pool) {
|
||||
for t in pool.threads {
|
||||
if .Started in t.flags {
|
||||
started_count += 1
|
||||
}
|
||||
if .Joined not_in t.flags {
|
||||
join(t)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Add a task to the thread pool.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user