qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] experience with SDL2, event loop & main thread


From: Liviu Ionescu
Subject: Re: [Qemu-devel] experience with SDL2, event loop & main thread
Date: Mon, 12 Dec 2016 09:18:23 +0200

> On 12 Dec 2016, at 05:35, Fam Zheng <address@hidden> wrote:
> 
> Isn't it possible to notify the main thread with an EventNotifier and process
> the deferred events in its handler?

ideally, the SDL main loop might be re-implemented asynchronously, for example 
using a pipe to pass the events, and in this case the SDL would be just a 
regular client of the main I/O loop.

any idea how difficult would be to push any changes to SDL?


regards,

Liviu




reply via email to

[Prev in Thread] Current Thread [Next in Thread]