@@ -1,7 +1,6 @@
package sync
import "intrinsics"
-import "core:runtime"
cpu_relax :: #force_inline proc "contextless" () {
intrinsics.cpu_relax();
@@ -1,7 +1,5 @@
package sync2
-
// A Wait_Group waits for a collection of threads to finish
//
// A Wait_Group must not be copied after first use
import "core:time"
Atomic_Mutex_State :: enum i32 {
Unlocked = 0,