We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was running into issue with async. The current docs are lacking - https://cjycode.com/flutter_rust_bridge/guides/concurrency/async-rust https://cjycode.com/flutter_rust_bridge/guides/concurrency/sync-rust
I had to rummage through the code. Things like flutter_rust_bridge:: exist in examples (https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/frb_example/pure_dart/rust/src/api/async_spawn.rs) but did not work for me, I needed #2151
flutter_rust_bridge::
The text was updated successfully, but these errors were encountered:
Hi, could you please provide a bit more details? For example, when error do you see for a simple async rust function:
async fn f() { }
Sorry, something went wrong.
No branches or pull requests
I was running into issue with async. The current docs are lacking - https://cjycode.com/flutter_rust_bridge/guides/concurrency/async-rust https://cjycode.com/flutter_rust_bridge/guides/concurrency/sync-rust
I had to rummage through the code. Things like
flutter_rust_bridge::
exist in examples (https://github.com/fzyzcjy/flutter_rust_bridge/blob/master/frb_example/pure_dart/rust/src/api/async_spawn.rs) but did not work for me, I needed #2151The text was updated successfully, but these errors were encountered: