ruffle/desktop/src
Aaron Hill 474fd7fa8f desktop: Always mark task as ready on wake
We were incorrectly skipping the call to `task.set_ready`
if `self.waiting_for_poll` was set. The `waiting_for_poll` flag
should only be used to avoid redundant messages being sent into
the event loop.

This was causing us to ignore wakeups if more than one wakup
arrived in between calls to `poll_all`.
2022-09-11 15:48:17 -05:00
..
audio.rs desktop: Use anyhow errors for desktop audio errors 2022-08-25 23:43:21 +02:00
custom_event.rs desktop: Fetch root movie asynchronously 2022-06-06 21:02:09 +03:00
executor.rs desktop: Always mark task as ready on wake 2022-09-11 15:48:17 -05:00
main.rs wgpu: Moved WgpuRenderBackend into backend.rs 2022-09-11 09:07:53 +02:00
navigator.rs core: Require `target` in `NavigatorBackend::navigate_to_url` 2022-08-06 11:20:03 +03:00
storage.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
task.rs desktop: Switch task to ready state on wake 2020-10-20 23:18:42 -07:00
ui.rs core: Use Cow<str> for FullscreenError in UI backend, as it can't ever be anything else 2022-08-25 23:43:21 +02:00