summaryrefslogtreecommitdiff
path: root/concurrency.c
AgeCommit message (Collapse)Author
2022-05-16Implement selective receivePeter Mikkelsen
2022-05-16No need to unlock/lock therePeter Mikkelsen
2022-05-16Use threads instead of procs for the timeout functionPeter Mikkelsen
2022-05-16Implement timeouts for receivePeter Mikkelsen
2022-05-09Fix some nasty bugs with empty lines in dfns, and with stranding of ⍺ and ⍵.Peter Mikkelsen
2022-02-23Add seperate error handlers in threadsPeter Mikkelsen
2022-02-09Don't liePeter Mikkelsen
2022-02-09Add much better memory handling (We now track and free Datum * structs)Peter Mikkelsen
2022-02-08Add work in progress concurrency. Might break stuff!Peter Mikkelsen