aboutsummaryrefslogtreecommitdiff
path: root/core/sync/channel.odin
Commit message (Expand)AuthorAgeFilesLines
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Change uses for parapoly records to use `$` alwaysgingerBill2021-06-141-1/+1
* Fix sync.Channel code; add `thread.run_with_poly_data` and `run_with_poly_dat...gingerBill2020-11-101-13/+11
* Improve sync.Channel to encode the direction into the typegingerBill2020-11-091-30/+59
* Remove unused entitiesgingerBill2020-08-021-5/+1
* Update package syncgingerBill2020-08-021-144/+591
* Add `sync.Wait_Group`gingerBill2020-07-151-5/+29
* Improve `sync.Channel` behaviourgingerBill2020-07-141-18/+28
* Remove fmt from sync/channel.odingingerBill2020-07-141-1/+0
* Update sync.ChannelgingerBill2020-07-141-193/+288
* Add `raw_data` to replace cases in which `&x[0]` was usedgingerBill2020-06-291-0/+34
* Revert channel.odingingerBill2020-06-261-90/+101
* Begin migration from sys/win32 to sys/windowsgingerBill2020-06-261-101/+90
* Update sync.ChannelgingerBill2020-06-221-9/+18
* `-vet` `sync/channel.odin`gingerBill2020-06-221-0/+2
* Add experimental `sync.Channel`gingerBill2020-06-221-0/+246