Update package sync

This commit is contained in:
gingerBill
2020-08-02 15:01:17 +01:00
parent 16abfd56e8
commit 6d032e6f1a
5 changed files with 607 additions and 148 deletions
+5
View File
@@ -241,3 +241,8 @@ condition_wait_for_timeout :: proc(c: ^Condition, duration: time.Duration) -> bo
return false;
}
thread_yield :: proc() {
unix.sched_yield();
}