mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 06:53:03 +00:00
add wait group to wait proc group
This commit is contained in:
@@ -88,6 +88,7 @@ wait :: proc{
|
||||
atomic_cond_wait,
|
||||
atomic_sema_wait,
|
||||
futex_wait,
|
||||
wait_group_wait,
|
||||
}
|
||||
|
||||
wait_with_timeout :: proc{
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user