Comment 12 for bug 1030022

Revision history for this message
Fred (eldmannen+launchpad) wrote : Re: Port from legacy Xlib to to modern XCB

Xlib is synchronous.
XCB is asynchronous.

Asynchronous is superior to synchronous because it executes things in parallel without waiting hence is faster, has less delay/latency and is more responsive.