qtpromise/tests
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
..
auto Enhance QPromise::finally implementation 2017-08-23 10:59:44 +02:00
tests.pro Initial implementation 2017-05-14 19:03:01 +02:00