Inspired by one of Roland Kuhn's posts ( https://groups.google.com/d/msg/akka-user/lQnARF0P4xg/qjbwlyEgqC4J ) - I decided to try rewriting my operation retrying utility.
I wonder if it is of use to anyone else, or more to the point if it is an efficient implementation. I've tried to avoid waiting by performing crude tricks like Thread.sleep Implementation: https://gist.github.com/picsolvebryan/9393216 Example of use: https://gist.github.com/picsolvebryan/9393463 Is this a good approach or is there a better way? Any feedback appreciated. Thanks, Bryan -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
