marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Add mailboxes to CPU #159

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Processes would be sending and receiving messages from mailboxes, instead of (as it is now) sending messages directly to each other.