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
It may already work this way and I'm just slow to understand, but does createAsync wait for all Promise attributes to resolve before resolving itself? If so, does factory.async just promisify its argument?
Seems like createAsync would work seamlessly with promise based APIs without ever needing factory.async.
Is there an opportunity here?
The text was updated successfully, but these errors were encountered:
It may already work this way and I'm just slow to understand, but does
createAsync
wait for all Promise attributes to resolve before resolving itself? If so, doesfactory.async
just promisify its argument?Seems like
createAsync
would work seamlessly with promise based APIs without ever needingfactory.async
.Is there an opportunity here?
The text was updated successfully, but these errors were encountered: