Skip to content

unit OneShotMilliN

em.hal/OneShotMilliN.em
package em.hal

import OneShotMilliI

module OneShotMilliN: OneShotMilliI
    #   ^| Nil implementation of the OneShotMilliI interface
end

def disable()
end

def enable(msecs, handler, arg)
end