mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
sync atomics "wrapper" procedures
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package sync
|
||||
|
||||
import "core:sys/win32"
|
||||
import "core:atomics"
|
||||
|
||||
Semaphore :: struct {
|
||||
_handle: win32.Handle,
|
||||
|
||||
Reference in New Issue
Block a user