Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: emit a nicer panic when thread count overflows
MAX_SHARDS
(#64)
* Emit a nicer panic when thread count overflows `MAX_SHARDS` Tackles #62 (comment) * Replace `if cond { panic` with `assert!` TODO: negate the condition in the assertion Co-authored-by: Eliza Weisman <[email protected]> * Negate the condition in the assertion Co-authored-by: Eliza Weisman <[email protected]>
- Loading branch information