etl icon indicating copy to clipboard operation
etl copied to clipboard

Signals And Slots Mechanism

Open drewr95 opened this issue 2 years ago • 1 comments

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

drewr95 avatar Feb 03 '23 13:02 drewr95

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.

jwellbelove avatar Feb 04 '23 10:02 jwellbelove