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
One common pattern I have is creation actions to raise events. For instance, see warn_invalidCmd in the following code:
It would be nice if I could instead say:
Perhaps the type of the event args would have to correspond to the type of the signal. It might also have two implicit args (current state, and signal received).
The text was updated successfully, but these errors were encountered:
One common pattern I have is creation actions to raise events. For instance, see
warn_invalidCmd
in the following code:It would be nice if I could instead say:
Perhaps the type of the event args would have to correspond to the type of the signal. It might also have two implicit args (current state, and signal received).
The text was updated successfully, but these errors were encountered: