ruffle/scanner/src
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
..
analyze.rs scanner: For some reason, analysis reports get cut off if I don't add another newline 2021-09-11 09:52:40 -07:00
cli_options.rs build(deps): bump clap from 3.0.0-beta.4 to 3.0.0-beta.5 2021-10-18 14:50:19 -07:00
execute.rs core: Re-implement `NullExecutor` 2022-03-26 10:03:42 -07:00
file_results.rs scanner: Remove duplicate CSV header 2021-09-11 09:52:40 -07:00
logging.rs scanner: Break the scanner up into multiple modules 2021-09-11 09:52:40 -07:00
main.rs build(deps): bump clap from 3.0.0-beta.4 to 3.0.0-beta.5 2021-10-18 14:50:19 -07:00
scan.rs chore: Fix all new clippy lints added in latest Rust nightly 2021-12-17 20:53:26 -07:00
ser_bridge.rs scanner: Break the scanner up into multiple modules 2021-09-11 09:52:40 -07:00