Skip to content

Commit

Permalink
Merge pull request #2719 from laytan/add-waitgroup-to-wait-proc-group
Browse files Browse the repository at this point in the history
add wait group to wait proc group
  • Loading branch information
gingerBill authored Aug 15, 2023
2 parents 091d1f8 + ccc94f6 commit 31c85f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/sync/sync_util.odin
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ wait :: proc{
atomic_cond_wait,
atomic_sema_wait,
futex_wait,
wait_group_wait,
}

wait_with_timeout :: proc{
Expand All @@ -96,6 +97,7 @@ wait_with_timeout :: proc{
atomic_cond_wait_with_timeout,
atomic_sema_wait_with_timeout,
futex_wait_with_timeout,
wait_group_wait_with_timeout,
}

post :: proc{
Expand Down

0 comments on commit 31c85f0

Please sign in to comment.