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