unit PollerN em.hal/PollerN.em 1 2 3 4 5 6 7 8 9 10 11package em.hal import PollerI module PollerN: PollerI # ^| Nil implementation of the PollerI interface end def poll(rateMs, count, fxn) return 0 end