winit/src
Liam Murphy aa8f8db305
web: Add EventLoop::spawn (#2208)
* web: Add `EventLoop::spawn`

This is the same as `EventLoop::run`, but doesn't throw an exception in order to return `!`.

I decided to name it `spawn` rather than `run_web` because I think that's more descriptive, but I'm happy to change it to `run_web`.

Resolves #1714

* Update src/platform/web.rs

Co-authored-by: Markus Røyset <maroider@protonmail.com>

* Fix outdated names

Co-authored-by: Markus Røyset <maroider@protonmail.com>
2022-07-13 17:17:18 +02:00
..
platform web: Add EventLoop::spawn (#2208) 2022-07-13 17:17:18 +02:00
platform_impl web: Add EventLoop::spawn (#2208) 2022-07-13 17:17:18 +02:00
dpi.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Add 'WindowEvent::Occluded(bool)' 2022-07-06 21:46:25 +03:00
event_loop.rs Disallow multiple EventLoop creation 2022-06-22 20:43:25 +03:00
icon.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
lib.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
monitor.rs Add refresh_rate_millihertz for MonitorHandle 2022-07-08 13:25:56 +03:00
window.rs Fix infinite recursion in WindowId conversion methods 2022-07-05 20:09:40 +03:00