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
type-erase actions ASAP to reduce monomorphization
The public API remains unchanged, but the closures are immediately
converted to `Arc<dyn Fn(...)>` to avoid repeated monomorphization of
`register_unchecked_impl`. Other `*_impl` functions get the same
treatment for consistency, though they're much smaller.
0 commit comments