Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
epoll: remove extraneous clone of ready_list
A simplification that doesn't impact the epoll implementation's logic. It is not necessary to clone the ready_list before reading its `is_empty` state. This avoids the clone step but more importantly avoids the invisible drop step of the clone.
- Loading branch information