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
Apologies if I've opened this issue in the wrong place; I want to work on extending Box<dyn Fn()> to Arc.
The Boxed implementation has been discussed here: #48055 and added in this PR #59500. Can I use this existing RFC or should we open a new one?
The feature gate could be called arc_closure_impls. This discrepancy was discussed by @jonhoo in his latest "Crust of the Rust" episode covering closures etc.