Closed ChrisPenner closed 7 years ago
This removes the Scheduler Monad entirely, replacing it with a simple Action (), it really wasn't doing anything interesting; and this simplifies things a bit. It also now allows extensions to register or remove listeners at any time.
Scheduler
Action ()
This removes the
Scheduler
Monad entirely, replacing it with a simpleAction ()
, it really wasn't doing anything interesting; and this simplifies things a bit. It also now allows extensions to register or remove listeners at any time.