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: Wed Feb 22 04:14:06 GMT 2023 |