Name running
Definition running(tid:val(int)):expr(bool)
Defined in ctrl.l
Implementation icode
Description Return a boolean indicating whether the thread with the given identifier (as returned by spawn) is still running.
Note Most code should not need to use running directly.