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
Using Dispatchito is neat, and has a lot of functionality, but there is also a lot of cruft and it's not easy to test.
Need to examine if there is an easy port to co-routines to reduce the amount of code. Having a synchronous API would make a lot of handshaking easier, and there could still be a queue API.
Alternatively, could use a co-routine extension, like there is an Rx extension.
The text was updated successfully, but these errors were encountered:
Using Dispatchito is neat, and has a lot of functionality, but there is also a lot of cruft and it's not easy to test.
Need to examine if there is an easy port to co-routines to reduce the amount of code. Having a synchronous API would make a lot of handshaking easier, and there could still be a queue API.
Alternatively, could use a co-routine extension, like there is an Rx extension.
The text was updated successfully, but these errors were encountered: