Replies: 1 comment
-
Closing this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, in FAQ it says that state should be kept in rust when it comes to await responses, which is also what I like to do, but awaiting responses is something I think I would need quite often (results of API calls) so I can build widgets based on the results. This is not about state but about knowing if something succeeded or not.
Is it an anti-pattern to use the described request/response for these use cases? How are other people handling this?
EDIT: I now see there's a topic about error handling... Sorry :)
Beta Was this translation helpful? Give feedback.
All reactions