mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 10:40:08 +08:00
9bbef41a50
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).
8 lines
107 B
Prolog
8 lines
107 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS += \
|
|
benchmark \
|
|
future \
|
|
helpers \
|
|
qpromise \
|
|
requirements
|