Geopard icon indicating copy to clipboard operation
Geopard copied to clipboard

Switch to Tokio from async-std

Open nyabinary opened this issue 2 years ago • 1 comments

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 avatar Oct 06 '23 18:10 nyabinary

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...

ranfdev avatar Oct 06 '23 19:10 ranfdev