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