index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
concurrency.c
Age
Commit message (
Expand
)
Author
2022-09-13
Call it threads, not tasks
glenda
2022-09-12
⎕TASKS 4 now returns number of messages in mailbox
glenda
2022-09-12
Try to throw errors on C stack overflows
glenda
2022-09-11
uups
glenda
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