Max Gabler

Results 5 comments of Max Gabler

> You can also just allow/accept everything real quick if it pops up until you are at the restore screen. The script will take it again from there, at least...

Are there any plans that this feature will get implemented?

I noticed something which is impossible to do with the current design of the event loop: Let's assume you would want an async runtime but single threaded that runs on...

> Your example is trivially fixed by adding a `move`, as is done in most of winit's examples. > > ```diff > - event_loop.run(|event, target, cf| { > + event_loop.run(move...