Speedify SDK for Android
15.0.0
|
Helper class for running code off the main thread in a shared threadpool.
Static Public Member Functions | |
static Executor | getPool () |
Obtain the shared Executor thread pool. More... | |
static void | execute (Runnable runnable) |
Execute a runnable on a shared threadpool. More... | |
static ScheduledFuture<?> | schedule (Runnable runnable, int delay) |
Schedule a runnable on a shared threadpool after a specified delay. More... | |
|
static |
Execute a runnable on a shared threadpool.
runnable | A runnable to run |
|
static |
Obtain the shared Executor thread pool.
|
static |
Schedule a runnable on a shared threadpool after a specified delay.
runnable | A runnable to run |
delay | time in milliseconds |