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
The transmitter emits a bunch of messages and I was wondering if there is an easy way to turn the receiver (std::sync::mpsc::Receiver) into a Subscription so I can easily hook it up into my iced application.
The text was updated successfully, but these errors were encountered:
I set up a pair of
tx
andrx
:The transmitter emits a bunch of messages and I was wondering if there is an easy way to turn the receiver (
std::sync::mpsc::Receiver
) into aSubscription
so I can easily hook it up into my iced application.The text was updated successfully, but these errors were encountered: