8000 Make QCoro::waitFor() work for any awaitable, not just Task · Issue #132 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make QCoro::waitFor() work for any awaitable, not just Task #132

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

Closed
danvratil opened this issue Oct 30, 2022 · 0 comments · Fixed by #148
Closed

Make QCoro::waitFor() work for any awaitable, not just Task #132

danvratil opened this issue Oct 30, 2022 · 0 comments · Fixed by #148
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@danvratil
Copy link
Collaborator

Currently waitFor() only accepts a Task<T>, but the way it's implemented it could actually accept anything that satisfies the Awaitable concept.

@danvratil danvratil added enhancement New feature or request good first issue Good for newcomers labels Oct 30, 2022
@danvratil danvratil linked a pull request Jan 28, 2023 that will close this issue
danvratil added a commit that referenced this issue Jan 28, 2023
Make QCoro::waitFor() usable with any awaitable (#132)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0