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

Convert std::execution functionality to use member functions instead of tag_invoke #1204

Open
msimberg opened this issue Jul 24, 2024 · 0 comments
Labels
category: senders/receivers P2300 effort: 3 A few days of work. effort: 4 A few weeks of work. priority: medium This should be done sooner or later. type: cleanup type: refactoring
Milestone

Comments

@msimberg
Copy link
Contributor

Later versions of stdexec support both tag_invoke and member functions, but the standard will use member functions only. We should try to migrate all schedulers and sender adaptors to use member functions.

@msimberg msimberg added effort: 3 A few days of work. effort: 4 A few weeks of work. priority: medium This should be done sooner or later. type: refactoring category: senders/receivers P2300 type: cleanup labels Jul 24, 2024
@msimberg msimberg added this to the 0.29.0 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: senders/receivers P2300 effort: 3 A few days of work. effort: 4 A few weeks of work. priority: medium This should be done sooner or later. type: cleanup type: refactoring
Projects
Development

No branches or pull requests

1 participant