Rust threading and dart streams #2492
Unanswered
TKFRvisionOfficial
asked this question in
Q&A
Replies: 1 comment
-
Hi, could you please provide a minimal reproducible sample? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I have a question regarding Dart Streams in combination with Rust Threading. I've created a Dart Stream using sync in the main thread. And during this transaction communication works properly. But when I try to add something to the sync from a different rust thread the whole application just hard freezes.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions