Module pending_errors

Source
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ยง

PendingErrors ๐Ÿ”’
A management struct for pending X11 errors
PendingErrorsInner ๐Ÿ”’