qtpromise/tests/auto
Simon Brunel 25d2bad54f Enhance QPromise::finally implementation
Make sure that the chained value is not copied when `finally` is called for a fulfilled input promise. The value was copied 7 times in the previous version because it was captured in a lambda, which one copied multiple times.
2017-08-23 10:59:44 +02:00
..
benchmark Enhance QPromise::finally implementation 2017-08-23 10:59:44 +02:00
future Minor code style cleanup 2017-06-10 10:06:25 +02:00
helpers Minor code style cleanup 2017-06-10 10:06:25 +02:00
qpromise Enhance QPromise::finally implementation 2017-08-23 10:59:44 +02:00
requirements Minor code style cleanup 2017-06-10 10:06:25 +02:00
thread Minor code style cleanup 2017-06-10 10:06:25 +02:00
auto.pro Add multithreading support 2017-06-04 22:22:26 +02:00
tests.pri Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00