cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

Provide `finalizeRust` to shut down the tokio runtime #390

Closed temeddix closed 1 month ago

temeddix commented 1 month ago

Changes

This PR enables shutting down the tokio runtime properly before shutdown

Before Committing

Please make sure that you've analyzed and formatted the files.

dart analyze flutter_ffi_plugin --fatal-infos
dart format .
cargo fmt
cargo clippy --fix --allow-dirty