Signals vs Events #1327
Unanswered
Henrique194
asked this question in
Q&A
Replies: 1 comment
-
|
Do you mean the difference between the signal class and the event dispatcher? The latter is just a glorified set of signals to make it easy to handle more types in a single place. Nothing special. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just read the EnTT documentation on signals and events, but I am not sure if I understood correctly. What exactly is the difference between a signal and an event? Is there any situation I should use one over the other?
Beta Was this translation helpful? Give feedback.
All reactions