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

Switch to Tokio from async-std #84

Open
nyabinary opened this issue Oct 6, 2023 · 1 comment
Open

Switch to Tokio from async-std #84

nyabinary opened this issue Oct 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nyabinary
Copy link

Looking at async-std commit history, it's practically a dead project, so I think it's wise to start migrating the codebase to tokio.

@nyabinary nyabinary added the enhancement New feature or request label Oct 6, 2023
@ranfdev
Copy link
Owner

ranfdev commented Oct 6, 2023

async-std integrates pretty well with gtk-rs and it's glib MainLoop. To use Tokio I would have to manually start a Tokio runtime. I'm not sure how the Tokio runtime and glib's mainloop would interoperate.

Maybe I could even ditch async-std completely and try using only glib... I have to see...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants