include "sys.m"; sys := load Sys Sys->PATH; sleep: fn(period: int): int;
Sleep normally returns 0. In hosted Inferno it may return -1 to indicate that it was not possible to sleep (eg if no more threads are available).
SYS-SLEEP(2 ) | Rev: Tue Mar 31 02:42:39 GMT 2015 |