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

LEWGI Cologne: Do we need both basic_pipe and pipe streams? #34

Open
JeffGarland opened this issue Oct 6, 2019 · 3 comments
Open

LEWGI Cologne: Do we need both basic_pipe and pipe streams? #34

JeffGarland opened this issue Oct 6, 2019 · 3 comments

Comments

@JeffGarland
Copy link
Owner

Can we just have one or the other.

@klemens-morgenstern
Copy link
Contributor

Basic pipe does the asio stuff, hence it's separate, because it needs an io_context. Pstream doesn't.

@JeffGarland
Copy link
Owner Author

Right -- I probably should have updated in that in the post-cologne draft we made pipe concrete. At the moment we've been able to hold the line on keeping async in and now the committee (concurrency study group SG1 and LEWG library evolution working group) have settled on a baseline for the executor design - http://wg21.link/P0433 - so we can now target that

@klemens-morgenstern
Copy link
Contributor

I am by now of the opinion that the duplication is unneeded, i.e. just have the pstream interface implementing the iostream and the pipe following the networking TS patterns. Would simplify it a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants