ruffle/tests
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
..
tests core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00
Cargo.toml core: Remove `LocaleBackend` 2022-03-16 19:57:53 +02:00