Skip to content

Commit

Permalink
Use coroutine and suspend function.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeimm committed Jun 30, 2019
1 parent 561412a commit 8d68ae1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package tw.shounenwind.plurkconnection.callbacks

interface RetryChecker {
fun onCheck(e: Throwable): Boolean
}

0 comments on commit 8d68ae1

Please sign in to comment.