aboutsummaryrefslogtreecommitdiff
path: root/core/thread/thread.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `id` to `thread.Thread`gingerBill2021-10-241-0/+1
* Add `thread.create_and_start_with_*` proceduresgingerBill2021-10-111-0/+107
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-93/+93
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Default to pthreads in sync2 for *nixgingerBill2021-04-131-1/+0
* Remove thread stuff from sync2; Cleanup package threadgingerBill2021-04-111-29/+40
* Fix typogingerBill2020-11-301-3/+3
* Fix `thread.run_with_poly_data*`gingerBill2020-11-301-28/+42
* Fix sync.Channel code; add `thread.run_with_poly_data` and `run_with_poly_dat...gingerBill2020-11-101-7/+93
* Update package syncgingerBill2020-08-021-1/+1
* Add sync.OncegingerBill2020-07-141-0/+30
* Update `sys/unix`; Rename `thread.create_and_start`gingerBill2020-06-271-1/+2
* Remove unused imports in thread.odingingerBill2020-06-221-2/+0
* Add `thread.run*` shorthand procedures; `Thread.init_context` use new `Maybe`...gingerBill2020-06-221-2/+40
* Add `thread.Pool` with example in demo.odin; Update linalg to support handnes...gingerBill2020-01-021-3/+3
* Implement core:thread and core:sync on Unix using pthreadsTetralux2019-12-011-0/+15
* Fix delayed assert collectiongingerBill2018-05-271-79/+0
* Add basic package support (no IR support yet)gingerBill2018-05-261-4/+1
* Parse directories to be packagesgingerBill2018-05-211-0/+82