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

Adopt stdexec's concept of environments and queries #544

Open
ispeters opened this issue Jun 25, 2023 · 0 comments
Open

Adopt stdexec's concept of environments and queries #544

ispeters opened this issue Jun 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ispeters
Copy link
Contributor

This gives us better standards conformance and dependently-typed Senders; it kinda looks like we need this to be able to adapt sequence-senders, too, which something I want to explore.

We'll need a migration path from the current way (with, for example, unifex::sender_traits<>) to the new way. I'm not sure, yet, what that entails, but it's at least:

  • a way to synthesize a unifex::sender_traits<S> for some S that expresses its properties the new way;a nd
  • a way to respond correctly to the new environment-based queries for a type S that declares its sender_traits<>.
@ispeters ispeters self-assigned this Jun 25, 2023
@ispeters ispeters added the enhancement New feature or request label Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant