mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-07-04 16:25:22 +08:00
Make continuation methods const (then/fail/finally) and ensure that the resolved promise value/error is copied only when required, same for user lambdas (dispatching result is now fully handled by the PromiseData).