etl
etl copied to clipboard
Signals And Slots Mechanism
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
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.