eventy/docs/releases/v0.4.3.md

9 lines
367 B
Markdown
Raw Normal View History

2022-11-28 16:58:09 +00:00
Release v0.4.3
==============
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