Email or username:

Password:

Forgot your password?
Top-level
Csepp 🌢

@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
Devil Lu Linvega

@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 🤔 ..

Go Up