Go to the first, previous, next, last section, table of contents.


Job State

We store the state of inactive jobs (== 'threads' ~= 'processes') in standard muq objects of class Job. For speed, we cache the state of the currently running process in a global static C struct 'state'.


Go to the first, previous, next, last section, table of contents.