Re: [Interest] QAbstractEventDispatcher - registerSocketNotifier(), unregisterSocketNotifier()

2019-12-28 Thread Narolewski Jakub
My first email was scrubbed to HTML attachment - I'm resending it form different email client in hope of better visibility on the mailing list. I have this pet project of mine in which I'm testing the possibility of integrating libuv's event loop cleanly with Qt. After some research I come to conc

[Interest] QAbstractEventDispatcher - registerSocketNotifier(), unregisterSocketNotifier()

2019-12-28 Thread Jakub Narolewski
I have this pet project of mine in which I'm testing the possibility of integrating libuv's event loop cleanly with Qt.After some research I come to conclusion that custom class based on QAbstractEventDispatcher will be perfect for this. Some prototyping later and - give or take few bugs - it seems

Re: [Interest] Qtconcurrent::run priority

2019-12-28 Thread Ramakanth Kesireddy
Whether the thread created using Qtconcurrent::run returning QFuture(status monitored using QFutureWatcher) needs to be deleted explicitly by the application or it is auto deleted when there are no references? Best Regards, Ramakanth On Wed, 25 Dec, 2019, 21:29 Thiago Macieira, wrote: > On Mon