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