You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we are talking "Bluebird" I wonder how hard it would be to implement Promise.prop from bluebird. I would envision this to operate similarly to QPromise::all but it would take a map instead of a sequence. I am not sure how this would translate since we cannot construct classes in C++, but what if we just used a QMap<QString, T>? An example of how this might look would be:
Since we are talking "Bluebird" I wonder how hard it would be to implement
Promise.prop
from bluebird. I would envision this to operate similarly toQPromise::all
but it would take a map instead of a sequence. I am not sure how this would translate since we cannot construct classes in C++, but what if we just used aQMap<QString, T>
? An example of how this might look would be:The text was updated successfully, but these errors were encountered: