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
Is there a reason for having a separate interface for async requests? Isn't a request a request and it can be handled in either a synchronous or asynchronous fashion? I've only recently started using this pattern and was looking to replace my personal implementation with ShortBus and so far I haven't had a need for a separate interface in my own code.
Also, do you have any idea when version 3 will move towards being stable?
Thanks for your work!
The text was updated successfully, but these errors were encountered:
Hi,
Is there a reason for having a separate interface for async requests? Isn't a request a request and it can be handled in either a synchronous or asynchronous fashion? I've only recently started using this pattern and was looking to replace my personal implementation with ShortBus and so far I haven't had a need for a separate interface in my own code.
Also, do you have any idea when version 3 will move towards being stable?
Thanks for your work!
The text was updated successfully, but these errors were encountered: