aboutsummaryrefslogtreecommitdiff
path: root/core/thread/thread_pool.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-2/+1
* Fixed thread_pool not destroying threadsjharler2020-05-111-0/+5
* Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...gingerBill2020-01-021-0/+147