LanguageExt.Core
LanguageExt.Core ► Prelude ► Timer
Contents
class Prelude Source #
Methods
method Unit delay (Action f, TimeSpan delayFor) Source #
Execute an action after a specified delay
Parameters
Action to execute
Time span to delay for
method Unit delay (Action f, DateTime delayUntil) Source #
Execute a function at a specific time
This will fail to be accurate across a Daylight Saving Time boundary
DateTime to wake up at.