unit BusyWaitN em.hal/BusyWaitN.em 1 2 3 4 5 6 7 8 9 10package em.hal import BusyWaitI module BusyWaitN: BusyWaitI # ^| Nil implementation of the BusyWaitI interface end def wait(usecs) end