This commit is contained in:
gingerBill
2020-01-02 15:41:32 +00:00
parent bbe9b4dee0
commit 93ead4bcb3

View File

@@ -158,5 +158,5 @@ destroy :: proc(t: ^Thread) {
yield :: proc() {
unix.pthread_yield()
unix.pthread_yield();
}