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
We can use async(fn) to create asynchronous decorations, but we are assuming that the method being decorated is asynchronous. We need a way to decorate the underlying method if we want todo something like perform a remote authentication synchronously.
The text was updated successfully, but these errors were encountered:
We can use
async(fn)
to create asynchronous decorations, but we are assuming that the method being decorated is asynchronous. We need a way to decorate the underlying method if we want todo something like perform a remote authentication synchronously.The text was updated successfully, but these errors were encountered: