Jonas Kvinge
|
320a1b81c9
|
Fix incorrect use of QFutureWatcher
To avoid a race condition, it is important to call setFuture() after doing the connections.
See: https://doc.qt.io/qt-6/qfuturewatcher.html
|
2021-07-14 10:18:15 +01:00 |
John Maguire
|
331d471b51
|
Avoid tr1 for 10.9
|
2013-11-22 16:05:38 +00:00 |
John Maguire
|
c294098aef
|
Use tr1 for mac compatibility
|
2012-11-26 10:10:20 +01:00 |
John Maguire
|
fd4c34c38b
|
Build tests as permissive C++0x
|
2012-11-21 17:12:57 +01:00 |
Arnaud Bienner
|
0e3dc5a8be
|
Add new ConcurrentRun templates for void functions, and functions with 3 arguments + corresponding test cases.
+ SongLoader now has its own QThreadPool to load folders/playlist in background.
Update issue 2598
This should fix slowliness problems reported.
|
2012-07-16 00:06:55 +02:00 |
Arnaud Bienner
|
579d775894
|
Remove useless include
|
2012-04-25 01:20:52 +02:00 |
Arnaud Bienner
|
76b98000fe
|
Add ConcurrentRun functions, and us one of them in gstenginepipeline with gstenginepipeline's own threadpool.
So now we can (finally!) play/pause/stop music while fingerprinting lot of songs or whatever else
|
2012-04-25 00:21:01 +02:00 |