mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
add wait group to wait proc group
This commit is contained in:
@@ -88,6 +88,7 @@ wait :: proc{
|
|||||||
atomic_cond_wait,
|
atomic_cond_wait,
|
||||||
atomic_sema_wait,
|
atomic_sema_wait,
|
||||||
futex_wait,
|
futex_wait,
|
||||||
|
wait_group_wait,
|
||||||
}
|
}
|
||||||
|
|
||||||
wait_with_timeout :: proc{
|
wait_with_timeout :: proc{
|
||||||
@@ -96,6 +97,7 @@ wait_with_timeout :: proc{
|
|||||||
atomic_cond_wait_with_timeout,
|
atomic_cond_wait_with_timeout,
|
||||||
atomic_sema_wait_with_timeout,
|
atomic_sema_wait_with_timeout,
|
||||||
futex_wait_with_timeout,
|
futex_wait_with_timeout,
|
||||||
|
wait_group_wait_with_timeout,
|
||||||
}
|
}
|
||||||
|
|
||||||
post :: proc{
|
post :: proc{
|
||||||
|
|||||||
Reference in New Issue
Block a user