rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
161 stars 63 forks source link

Add `poll_for_reply` function #244

Closed Antikyth closed 9 months ago

Antikyth commented 10 months ago

Supporting xcb_poll_for_reply64 with a poll_for_reply function would allow asynchronous waiting for a number of replies.

I will give this a go myself.