Add support for proxies - 2/3
This commit is contained in:
@@ -23,6 +23,7 @@ import android.os.Handler
|
||||
import android.os.Looper
|
||||
|
||||
fun runAsync(action: () -> Unit) = Thread(Runnable(action)).start()
|
||||
fun runAsyncResult(action: () -> Boolean) = Thread { action() }.apply { start() }
|
||||
|
||||
fun runOnUiThread(action: () -> Unit) {
|
||||
when {
|
||||
|
||||
Reference in New Issue
Block a user