Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the polling crate with rustix code
This removes the use of the "polling" crate for interacting with epoll/kqueue/etc, in favour of doing so ourselves using rustix. This reduces the number of dependencies, gives us greater control over how polling is performed, and ensures we're not impacted by any undesired upstream changes. For more details, refer to #344 (comment). This fixes #344. Changelog: changed
- Loading branch information