You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2021. It is now read-only.
I think this goes in the right direction, but isn't really usable yet. There are still a few things missing before the feature can be considered complete:
An Event enum should be generated with variants for each declared event type. I'd like to pass on the event into the systems, and I think this is the best solution to achieve this in a type-safe way.
The event object passed to trigger should be passed on to the triggered systems.
A Control should be passed into each system. The control's apply method should be called after all systems have run.