Wow do we decorate a synchronous method with an asynchronous decoration? · Issue #7 · raganwald/method-combinators · GitHub
More Web Proxy on the site http://driver.im/
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.