Replace sync with sync2

This commit is contained in:
gingerBill
2022-03-30 17:42:44 +01:00
parent 72ae061769
commit 4eb4ae6305
37 changed files with 79 additions and 2047 deletions

View File

@@ -96,7 +96,6 @@ import sort "core:sort"
import strconv "core:strconv"
import strings "core:strings"
import sync "core:sync"
import sync2 "core:sync/sync2"
import testing "core:testing"
import scanner "core:text/scanner"
import thread "core:thread"
@@ -187,7 +186,6 @@ _ :: sort
_ :: strconv
_ :: strings
_ :: sync
_ :: sync2
_ :: testing
_ :: scanner
_ :: thread