Expand description
Management of pending errors for the XCB connection.
We add our own error tracking ontop of what XCB already provides. For this reason, this module contains a struct for tracking requests that were send and also tracking errors that were received, but not yet given to the user of this library.
Structsยง
- Pending
Errors ๐ - A management struct for pending X11 errors
- Pending
Errors ๐Inner