dogamak / xcbars

Bar library created with rust and xcb.
Apache License 2.0
1 stars 1 forks source link

Reimplement `XcbEventStream` using `mio`. #35

Closed dogamak closed 7 years ago

dogamak commented 7 years ago

This implementation registers the XCB connection socket properly to mio, which should prevent any hangs and blocks.