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
It was at one point used to implement RadioBox but now appears to have no use. It is potentially useful, e.g. examples/async-event could encode its hue and pass via this instead of using an Arc<Mutex>. Some options:
Remove
Keep as is
Replace with Option<Box<dyn Any>>?
The text was updated successfully, but these errors were encountered:
It was at one point used to implement
RadioBox
but now appears to have no use. It is potentially useful, e.g.examples/async-event
could encode its hue and pass via this instead of using anArc<Mutex>
. Some options:Option<Box<dyn Any>>
?The text was updated successfully, but these errors were encountered: