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

Make sending a message a built-in operation #161

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Add send <pid> <message> opcode.

Programs will use it instead of current Process::pass/2 function to send messages.