java.lang.Object
com.cryptoalgo.oursql.support.AsyncUtils
Small utility class to make working with threads a little easier.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Run the runnable on the UI thread and wait for it to complete (blocking).
-
Constructor Details
-
AsyncUtils
public AsyncUtils()
-
-
Method Details
-
runLaterAndWait
Run the runnable on the UI thread and wait for it to complete (blocking).- Parameters:
r
- Runnable to run on UI thread
-