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
Libraries should not casually panic! We should always return errors to library users and perhaps add an option to fall back to sequential if the parallel executor panics.
Let's improve error types and hunt down them unwrap, unreacheable, debug_assert!, etc.
The text was updated successfully, but these errors were encountered:
Libraries should not casually panic! We should always return errors to library users and perhaps add an option to fall back to sequential if the parallel executor panics.
Let's improve error types and hunt down them
unwrap
,unreacheable
,debug_assert!
, etc.The text was updated successfully, but these errors were encountered: