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

connection: async_exec forwards completion token #132

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

cbodley
Copy link
Contributor

@cbodley cbodley commented Aug 2, 2023

async operations should support move-only completion handlers. forward the CompletionToken argument to avoid an unnecessary copy

Fixes: #131

async operations should support move-only completion handlers. forward
the CompletionToken argument to avoid an unnecessary copy

Fixes: boostorg#131

Signed-off-by: Casey Bodley <cbodley@redhat.com>
@cbodley cbodley mentioned this pull request Aug 2, 2023
14 tasks
@mzimbres mzimbres merged commit 4f6f8b4 into boostorg:develop Aug 2, 2023
@mzimbres
Copy link
Collaborator

mzimbres commented Aug 2, 2023

Thanks.

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

Successfully merging this pull request may close these issues.

connection::async_exec() requires a copyable CompletionToken
2 participants