mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-24 03:44:46 +08:00
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.