Age | Commit message (Expand) | Author |
---|---|---|
2022-09-11 | Clone all symbols in scope when spawning a new thread (closures), since the s... | glenda |
2022-09-10 | Improve the session a lot | glenda |
2022-09-10 | First step of a programmable session | glenda |
2022-09-09 | Add thread names | glenda |
2022-09-09 | Cleanup threads and add a ⎕TASKS system function | glenda |
2022-05-16 | Implement selective receive | Peter Mikkelsen |
2022-05-16 | No need to unlock/lock there | Peter Mikkelsen |
2022-05-16 | Use threads instead of procs for the timeout function | Peter Mikkelsen |
2022-05-16 | Implement timeouts for receive | Peter Mikkelsen |
2022-05-09 | Fix some nasty bugs with empty lines in dfns, and with stranding of ⍺ and ⍵. | Peter Mikkelsen |
2022-02-23 | Add seperate error handlers in threads | Peter Mikkelsen |
2022-02-09 | Don't lie | Peter Mikkelsen |
2022-02-09 | Add much better memory handling (We now track and free Datum * structs) | Peter Mikkelsen |
2022-02-08 | Add work in progress concurrency. Might break stuff! | Peter Mikkelsen |