You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
appbase
executor currently does not support c++ 20 coroutines. Currently SHiP is usingapp().get_io_service()
which by-passes the priority queue executor.appbase
executor/priority-queue should be enhanced to allow for its use with coroutines.The text was updated successfully, but these errors were encountered: