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

Supporting async when filtering. #43

Closed
magni-mar opened this issue Jul 3, 2023 · 1 comment
Closed

Supporting async when filtering. #43

magni-mar opened this issue Jul 3, 2023 · 1 comment

Comments

@magni-mar
Copy link

magni-mar commented Jul 3, 2023

    recv(
        filter fil,
        std::set<control_packet_type> types,
        CompletionToken&& token
    ) {

I am trying to filter received packages by their type and was wondering why the function with package filtering doesn't support async as the normal recv function without filtering does support async.

    recv(
        CompletionToken&& token
    ) {
@redboltz
Copy link
Owner

redboltz commented Jul 3, 2023

duplicated #42

@redboltz redboltz closed this as completed Jul 3, 2023
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