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

appbase io_context support for coroutines #929

Open
heifner opened this issue Oct 14, 2024 · 1 comment
Open

appbase io_context support for coroutines #929

heifner opened this issue Oct 14, 2024 · 1 comment
Labels
enhancement New feature or request tech-debt

Comments

@heifner
Copy link
Member

heifner commented Oct 14, 2024

appbase executor currently does not support c++ 20 coroutines. Currently SHiP is using app().get_io_service() which by-passes the priority queue executor. appbase executor/priority-queue should be enhanced to allow for its use with coroutines.

@bhazzard bhazzard added enhancement New feature or request and removed triage labels Nov 21, 2024
@bhazzard
Copy link

bhazzard commented Nov 21, 2024

Holding off on this until something causes it to rise in priority.

For future discussion... Greg pointed out this as an upcoming standard Execution library: https://en.cppreference.com/w/cpp/execution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tech-debt
Projects
Status: Todo
Development

No branches or pull requests

3 participants