Currently I am unhappy with the state of concurrent primitives and execution. I wish to improve it, this is the main focus of the v0.3-dev branch.
If you feel like helping out please give the code in v0.3-dev a run for its money and break it. If using it you find that there are features which are missing, or something does not quite work a way you would expect, please leave a comment.
Planned:
[x] Method to prevent deadlocks when PROS kills and switches tasks,
[x] basic mutexes and reference counting,
[x] semaphores - sending and receiving notifications (wrap with a MPMC?),
Currently I am unhappy with the state of concurrent primitives and execution. I wish to improve it, this is the main focus of the
v0.3-dev
branch.If you feel like helping out please give the code in
v0.3-dev
a run for its money and break it. If using it you find that there are features which are missing, or something does not quite work a way you would expect, please leave a comment.Planned:
Action
,