aboutsummaryrefslogtreecommitdiff
path: root/core/thread/thread_pool.odin
Commit message (Expand)AuthorAgeFilesLines
* Update Thread Pool in `core:thread`gingerBill2022-03-311-76/+148
* Replace `sync` with `sync2`gingerBill2022-03-301-11/+6
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-49/+49
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Revert *nix thread stuff to old syncgingerBill2021-04-131-7/+12
* Default to pthreads in sync2 for *nixgingerBill2021-04-131-12/+7
* 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