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
improvement: pass down file/line via makeFutureWithResultOfTask
In some circumstances it can be difficult to know which specific call to
makeFutureWithTask leaked a promise. Adds a new function that passes
down file/line to help aid debugging such situations.
@available(*, deprecated, renamed:"makeFutureWithResultOfTask", message:"Prefer makeFutureWithResultOfTask as it will track the original creator of the promise.")
0 commit comments