-
|
By default, there are 4 threads in the workerpool for Rust. What happens when all threads |
Beta Was this translation helpful? Give feedback.
Answered by
temeddix
May 19, 2023
Replies: 1 comment
-
|
Diving into the code, it seems that flutter_rust_bridge uses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
temeddix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Diving into the code, it seems that flutter_rust_bridge uses
threadpoolcrate. This crate states that 'threads' are automatically re-generated after a panic.