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