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