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
If this is already implemented and I didn't find it in the ETL documentation then please forgive me.
I think it would be nice and I'm interested in implementing a signals and slots mechanism utilizing ETL's delegates. Would you be willing to have that as part of the ETL library?
I was thinking of utilizing ETL's list mechanism as well and basing it similarly to nod's implementation of it.
Thanks
The text was updated successfully, but these errors were encountered:
There isn't a signals & slots mechanism in the ETL at the moment. The closest thing to it at the moment is etl::observer which allows you to subscribe to a notification.
I will take a look at the implementation that you linked.
If this is already implemented and I didn't find it in the ETL documentation then please forgive me.
I think it would be nice and I'm interested in implementing a signals and slots mechanism utilizing ETL's delegates. Would you be willing to have that as part of the ETL library?
I was thinking of utilizing ETL's list mechanism as well and basing it similarly to nod's implementation of it.
Thanks
The text was updated successfully, but these errors were encountered: