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
It would be convenient to create an observer for a signal pack. It allows performing some actions if any of the listed signals are touched.
A similar can be done by creating a new signal that depends on this signal pack and with the type of tuple with all the types from the signal pack. But it's more verbose and the resulting tuple will be passed in observer without expansion.
The text was updated successfully, but these errors were encountered:
It would be convenient to create an observer for a signal pack. It allows performing some actions if any of the listed signals are touched.
A similar can be done by creating a new signal that depends on this signal pack and with the type of tuple with all the types from the signal pack. But it's more verbose and the resulting tuple will be passed in observer without expansion.
The text was updated successfully, but these errors were encountered: