unit TimeoutN em.hal/TimeoutN.em 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17package em.hal import TimeoutI module TimeoutN: TimeoutI # ^| Nil implementation of the TimeoutI interface end def active() return false end def cancel() end def set(msecs) end