ruffle/core/src/backend
relrelb 161071e8c4 core: Re-implement `NullExecutor`
Make it a thin abstraction layer over either the `futures` or `wasm-bindgen-futures`
crates, as already done in `render/wgpu/src/uniform_buffer.rs`,
instead of a hand-made single-thread executor.

Ideally this would also be usable on desktop, but I didn't manage to
get `LocalPool` working with `winit` (it needs to post a task to the
`EventLoopProxy` as a wake procedure).
2022-03-26 10:03:42 -07:00
..
audio chore: Stop using traits available in prelude 2022-03-14 01:16:00 +02:00
video/software video/vp6: Fix keyframe detection on Vp6WithAlpha videos 2021-12-29 11:28:05 +01:00
audio.rs chore: Fix clippy lint on nightly 2022-01-22 19:58:32 -08:00
log.rs core: Trace only to the log backend, but have the default log backend trace to the log crate 2020-09-13 13:51:39 -07:00
navigator.rs core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00
render.rs render: Stub L16 JPEG pixel format 2021-12-10 00:28:45 +02:00
storage.rs core: Remove unused `Downcast` 2021-11-26 10:45:30 +02:00
ui.rs core: Remove `Player::is_mouse_down` 2022-01-10 01:18:49 -08:00
video.rs video: Add VideoDecoder trait 2021-08-21 14:13:55 -06:00