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

Migrate tokio and turmoil event loops to use generic version #1746

Closed
camshaft opened this issue May 3, 2023 · 0 comments
Closed

Migrate tokio and turmoil event loops to use generic version #1746

camshaft opened this issue May 3, 2023 · 0 comments

Comments

@camshaft
Copy link
Contributor

camshaft commented May 3, 2023

Problem:

In #1740, we added a generic event loop implementation to make it easier to maintain all of the current IO providers (and add more in the future). In that PR, I only migrated the io/testing IO provider to improve the focus of the change.

Solution:

All of the IO provider event loops should be using the new generic version. This includes the tokio provider and turmoil provider. This will require implementing the new Rx and Tx traits for the message queue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant