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: Thu Feb 15 14:43:27 GMT 2007 |