Closed marekjm closed 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 .
Code has been refactored and main/1 function is started inside a thread.
main/1
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 .