@neauoire How are processes cooperating? Like, do you use cooperative multithreading (like coroutines), or preemption (like threads/processes), is the memory of processes separate, etc?
Top-level
@neauoire How are processes cooperating? Like, do you use cooperative multithreading (like coroutines), or preemption (like threads/processes), is the memory of processes separate, etc? 1 comment
|
@csepp I don't, I had planned to a first but it wasn't necessary in the end. But programs could read and write to each other by bypassing the device IO atm, which I'm thinking of disabling 🤔 ..