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

Viua threads are more like processes #125

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

i_lied

Viua threads are more like lightweight processes; they don't share state, the communicate via signals (message passing) and do other processy things. Rename them accordingly.