ref: 227937428a714a63f5c307f3dfd1b6a9a490c28a dir: /lib/std/sleep.myr/
use "syswrap-ss" use "types" pkg std = const usleep : (tm : time -> void) ;; const usleep = {tm nanosleep((tm * 1000 : uint64)) }