ruffle/core
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
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
macros build(deps): bump quote from 1.0.15 to 1.0.16 2022-03-17 20:29:26 -07:00
src core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00
Cargo.toml core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00