Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: avoid overflow in kqueue backend
When there is more than 256 events, the `events` slice could overflow when processing completions.
- Loading branch information