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
At the moment, the .waitAsync waits for the next tick, which is slower. I think it's possible to build a chain of async resolutions with final resolution to resolve the method.
The text was updated successfully, but these errors were encountered:
At the moment, the
.waitAsync
waits for the next tick, which is slower. I think it's possible to build a chain of async resolutions with final resolution to resolve the method.The text was updated successfully, but these errors were encountered: