-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add concurrency model with uv loops #36
Conversation
aff08bf
to
23c403f
Compare
Windows tests were failing because they were using the C++11 standard. #38 |
34355b6
to
7ee3d10
Compare
9a91d05
to
754de9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for implementing this! Beyond the comments I feft, I wonder if we should type erase the uvw pointer in the make_xserver_uv_main_shell
function, so that we can abstract it and remove the dependency to uvw in xeus-zmq in a future iteration.
Good idea. I'll look into this |
Fix linking issue
This commit privatizes virtual methods, exports the class with a macro, removes the implementation from the public header, and implements proper entity semantics.
Closing this in favor of https://github.com/jupyter-xeus/xeus-uv |
No description provided.