Closed marekjm closed 8 years ago
Machine should provide a way to manipulate thread priorities.
Proposed solution:
getPriority/1
Thread
setPriority/2
The CPU may sometimes discard the request for higher priority - for example when that would make competition between threads too fierce.
Machine should provide a way to manipulate thread priorities.
Proposed solution:
getPriority/1
message to user-visibleThread
class,setPriority/2
message to user-visibleThread
class,The CPU may sometimes discard the request for higher priority - for example when that would make competition between threads too fierce.