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

Support combine with other event loops #1497

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shuai132
Copy link

I am very eager for ASIO to be used in combine with other event loops.
For instance, when using Node.js (libuv), I also want to use some ASIO-based libraries. To avoid potential issues, it is best to handle all these asynchronous tasks in a single thread.

It would be really cool and useful if we could run libuv and ASIO simultaneously in the same thread!!!

This submission represents the implementation approach I've come up with so far. It has been successfully tested on macOS, but not yet on other platforms.
Of course, there may be better solutions. Do you have any suggestions or comments? I would be very happy to supplement and improve this, or adopt a different approach.

@chriskohlhoff

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

Successfully merging this pull request may close these issues.

1 participant