Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signals And Slots Mechanism #666

Open
drewr95 opened this issue Feb 3, 2023 · 1 comment
Open

Signals And Slots Mechanism #666

drewr95 opened this issue Feb 3, 2023 · 1 comment
Assignees

Comments

@drewr95
Copy link
Contributor

drewr95 commented Feb 3, 2023

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

@jwellbelove
Copy link
Contributor

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 jwellbelove moved this from To do to For future consideration in Embedded Template Library Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: For future consideration
Development

No branches or pull requests

2 participants