aboutsummaryrefslogtreecommitdiff
path: root/core/thread/thread.odin
Commit message (Expand)AuthorAgeFilesLines
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
* Add doc line to `core:thread`gingerBill2025-10-091-0/+1
* Expand `self_cleanup` documentation.Jeroen van Rijn2025-06-241-12/+24
* CommentJeroen van Rijn2025-06-121-1/+2
* Early out and propagate `nil` in `create*`Jeroen van Rijn2025-04-171-13/+25
* Fix #5049Jeroen van Rijn2025-04-171-2/+4
* Use more atomic handling of thread flagsFeoramund2024-09-091-6/+6
* [thread]: Document all functions in core:threadflysand72024-07-211-39/+242
* wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-291-1/+5
* Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-211-1/+1
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-2/+2
* Allow larger thread poly dataLaytan Laats2023-11-151-38/+55
* [core]: Remove `do` keyword from the core libraryflysand72023-11-111-6/+18
* [core:thread] Seeing if this fixes network testshikari2023-06-071-9/+14
* [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-071-99/+27
* [thread] Refactor handling of 'init_context' + add doc comments for itTetralux2023-06-031-0/+63
* Fix join_multiple typoThimilius2022-05-111-1/+1
* 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