mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add sync.Benaphore
This commit is contained in:
@@ -61,7 +61,7 @@ Blocking_Mutex :: struct {
|
||||
|
||||
|
||||
blocking_mutex_init :: proc(m: ^Blocking_Mutex) {
|
||||
//
|
||||
m^ = Blocking_Mutex{};
|
||||
}
|
||||
|
||||
blocking_mutex_destroy :: proc(m: ^Blocking_Mutex) {
|
||||
|
||||
Reference in New Issue
Block a user