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

Refactor CPU code to start main/1 in a thread #98

Closed marekjm closed 9 years ago

marekjm commented 9 years ago

The code implementing machine's CPU should be refactored so that the main function runs in a thread and is in no way different than subsequently started threads.

This is directly related to issue #87 .

marekjm commented 9 years ago

Code has been refactored and main/1 function is started inside a thread.