sync atomics "wrapper" procedures

This commit is contained in:
gingerBill
2018-10-17 21:43:05 +01:00
parent b171cc41e6
commit 4ac1218bf8
4 changed files with 185 additions and 103 deletions
-1
View File
@@ -1,7 +1,6 @@
package sync
import "core:sys/win32"
import "core:atomics"
Semaphore :: struct {
_handle: win32.Handle,