Module Relude_Timer
let delay: delayMS:int => (unit => unit) => unit => unit;Delays the invocation of a function by
delayMSmilliseconds, and returns a function to cancel the scheduled call.
Relude_Timerlet delay: delayMS:int => (unit => unit) => unit => unit;Delays the invocation of a function by delayMS milliseconds, and returns a function to cancel the scheduled call.