[vlc-devel] [PATCH] Handle GET_PARAMETER keepalive responses during PAUSE
Rémi Denis-Courmont
remi at remlab.net
Fri Jun 26 08:58:12 CEST 2015
Le 2015-06-26 02:41, Ross Finlayson a écrit :
> Yes, of course. But interrupts are not an OS abstraction, and my
> question was designed to prompt you to think about how
> interrupt-driven events (like a mouse click on the ‘play’ button)
> are implemented in the QT library without polling.
I think I mentioned a few times that that depends on the platform...
> I don’t know (not
> being familiar with QT), but my guess would be that they’re probably
> implemented by calling “select()” or “poll()” to wait on a
> socket
On X11, they do that. On Wayland, they probably do that. On Windows,
they definitely do NOT do that.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list