-
Notifications
You must be signed in to change notification settings - Fork 28
Integration with GUI event loop #21
Comments
Thanks, i'm still playing with |
In this context it might also make sense to look at the One thing to keep in mind here is that integration might become a bit tricky. Similar to e.g. tokio futures having to run on a tokio runtime and not any other futures executor, the same thing is true for glib futures (e.g. they can't run on a tokio runtime). I expect the same to be true for e.g. some |
Related, #42 |
GUI applications need to run its own GUI event loop. It would be nice to find a way to allow running the network IO event loop and GUI event loop together. Maybe someway to integrate with
winit
or a similar library.And @yoshuawuyts mentioned that this should also be figured out for the browsers use case.
The text was updated successfully, but these errors were encountered: