You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2019. It is now read-only.
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.
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
winitor a similar library.And @yoshuawuyts mentioned that this should also be figured out for the browsers use case.