ChrisPenner / rasa

Extremely modular text editor built in Haskell
GNU General Public License v3.0
616 stars 42 forks source link

Remove scheduler #22

Closed ChrisPenner closed 7 years ago

ChrisPenner commented 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.