Commit Graph

3 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 7621ee5343 Completely overhauled Eventy system for the v0.4.0 release
Removed the event-loop for a better system (for now) whereby we just dispatch signal handlers on the call to `push(Event)`.

In a future release I hope to bring the event loop back but in a signal-based manner, such that we can support deferred events and priorities and such
2022-11-28 13:39:06 +02:00
Tristan B. Velloza Kildaire e75e3f732d Added missing `eventy.config` import to the `package.d` module 2022-11-26 18:00:24 +02:00
Tristan B. Velloza Kildaire c1c4225800 Create package.d 2021-09-08 12:51:53 +02:00