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

Add concurrency model with uv loops #36

Closed
wants to merge 44 commits into from

Conversation

IsabelParedes
Copy link
Member

No description provided.

@IsabelParedes
Copy link
Member Author

Windows tests were failing because they were using the C++11 standard. #38

@IsabelParedes IsabelParedes changed the title [WIP] Add concurrency model with uv loops Add concurrency model with uv loops Mar 13, 2024
@IsabelParedes IsabelParedes marked this pull request as ready for review March 19, 2024 13:41
Copy link
Member

@JohanMabille JohanMabille left a 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.

include/xeus-zmq/xhook_base.hpp Outdated Show resolved Hide resolved
include/xeus-zmq/xhook_base.hpp Outdated Show resolved Hide resolved
include/xeus-zmq/xhook_base.hpp Outdated Show resolved Hide resolved
include/xeus-zmq/xhook_base.hpp Show resolved Hide resolved
include/xeus-zmq/xserver_zmq.hpp Show resolved Hide resolved
src/xshell_default.cpp Outdated Show resolved Hide resolved
src/xshell_uv.cpp Outdated Show resolved Hide resolved
src/xshell_uv.cpp Outdated Show resolved Hide resolved
src/xshell_uv.hpp Outdated Show resolved Hide resolved
test/xmock_interpreter.cpp Outdated Show resolved Hide resolved
@IsabelParedes
Copy link
Member Author

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

@IsabelParedes IsabelParedes marked this pull request as ready for review April 17, 2024 08:35
@IsabelParedes IsabelParedes marked this pull request as draft April 18, 2024 10:08
@IsabelParedes
Copy link
Member Author

Closing this in favor of https://github.com/jupyter-xeus/xeus-uv

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.

2 participants