Skip to content

Use polling crate for open_blocking on X11#264

Merged
prokopyl merged 2 commits into
masterfrom
polling
Jun 12, 2026
Merged

Use polling crate for open_blocking on X11#264
prokopyl merged 2 commits into
masterfrom
polling

Conversation

@prokopyl

Copy link
Copy Markdown
Member

This PR removes the use of the raw poll system calls on X11, and replaces it with calls to the polling crate.

This changes makes the X11 backend now use epoll and kqueue on Linux and BSD, respectively.
Moreover, this also removes the dependency on the nix crate.

@prokopyl prokopyl merged commit 9424f0b into master Jun 12, 2026
14 checks passed
@prokopyl prokopyl deleted the polling branch June 12, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant