Refactor Retryable Code
mkutz opened this issue · 0 comments
mkutz commented
The code used in doesEventually
and checksEventually
uses a Thread.sleep
which causes warnings in Idea. There might be another smarter way to implement this.
mkutz opened this issue · 0 comments
The code used in doesEventually
and checksEventually
uses a Thread.sleep
which causes warnings in Idea. There might be another smarter way to implement this.