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
does not expose the inner one shot channel, caller can potentially benefit from async notification if the one-shot channel is exposed (instead of calling the flush method, which takes &mut self)
Problem description
does not expose the inner one shot channel, caller can potentially benefit from async notification if the one-shot channel is exposed (instead of calling the flush method, which takes
&mut self
)Problem location
link
Suggestions for an improvement
Expose the one shot receiver (perhaps change to broadcast receiver?)
The text was updated successfully, but these errors were encountered: