mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Add thread.Pool with example in demo.odin; Update linalg to support handness changes for projection matrices
This commit is contained in:
@@ -155,3 +155,8 @@ destroy :: proc(t: ^Thread) {
|
||||
t.unix_thread = {};
|
||||
free(t);
|
||||
}
|
||||
|
||||
|
||||
yield :: proc() {
|
||||
unix.pthread_yield()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user