Handle eagerly evaluated Result
s in actor methods
#149
Labels
code quality
Improves either readability of code, or organizational structure
good first issue
Good for newcomers
Unwinding errors in actor methods can cause an actor to fail, which removes it from the ractor registry. We want to handle all possible error scenarios to prevent actors from failing.
The text was updated successfully, but these errors were encountered: