Convert event based callbacks to use lambdas #2884
Vurv78
started this conversation in
Suggestions
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Certain events would be better represented with callbacks.
I did try to avoid having these events that would be better handled with lambdas, which is why there was never a timer or interval event, but the http and file events were deemed necessary enough to have an event counterpart.
Of course events that make sense globally like
tick
,chat
etc will remain as events.Beta Was this translation helpful? Give feedback.
All reactions