On 10/12/07, Mathieu Bouchard <matju@artengine.ca> wrote:
Is it possible to make the frame-display call non-blocking ?
Just like when you read from or write to a socket with O_NONBLOCK so that
it returns immediately, or use SIGALRM to put a timeout on a read or write
operation.