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