You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finalizeRust Dart function blocks the main thread. This can be problematic if the blocking duration is longer than a few milliseconds.
Describe the Task
The job is to create an async settleRust function, deprecating finalizeRust. This will involve implenting a mechanism where Rust sends a singal to Dart via Isolate after the async runtime is dropped.