Commit Graph

7 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 6392c92349 Cleaned up 2022-11-26 18:39:00 +02:00
Tristan B. Velloza Kildaire f1a13623a6 Added comment 2022-01-16 14:22:18 +02:00
Tristan B. Velloza Kildaire c2bc5bc902 Added optional payload support 2022-01-16 14:21:09 +02:00
Tristan B. Velloza Kildaire a7a3a09564 Set the id for the Event 2021-09-01 15:33:15 +02:00
Tristan B. Velloza Kildaire 306122052c Added missing ID field 2021-08-31 11:34:29 +02:00
Tristan B. Velloza Kildaire 635bdf255e Added stub types 2021-08-27 16:12:48 +02:00