Replies: 2 comments 2 replies
-
We would have to go back and change all uses of Asio to Boost.Asio (i.e. headers and namespaces). This is not a principal problem, just a bit of work. This would also require some build system support. @Spongman is that something you'd be interested in working on? |
Beta Was this translation helpful? Give feedback.
0 replies
-
so would that fix the issues creating hpx::thread?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we have a rather large application that uses boost::asio and i'd like to make use of the hpx future continuations in that code, but we're running into an issue where we're unable to create hpx threads in our thread-pool implementaiton.
is there any guidance on how to do this?
Beta Was this translation helpful? Give feedback.
All reactions