core
/
com.moengage.core.internal.executor
/
AsyncHandler
Async
Handler
class
AsyncHandler
Content copied to clipboard
Author
Umang Chamaria
Constructors
Functions
Constructors
AsyncHandler
Link copied to clipboard
fun
AsyncHandler
()
Content copied to clipboard
Functions
execute
Link copied to clipboard
fun
execute
(task:
ITask
)
Content copied to clipboard
Execute a
ITask
immediately.
fun
execute
(job:
Job
)
Content copied to clipboard
Execute a
Job
immediately.
fun
execute
(work:
Work
)
Content copied to clipboard
fun
execute
(runnable:
Runnable
)
Content copied to clipboard
Execute a
Runnable
immediately.
submit
Link copied to clipboard
fun
submit
(task:
ITask
)
Content copied to clipboard
Submit a task to be executed in future.
fun
submit
(job:
Job
)
Content copied to clipboard
Submit a task to be executed in future.
fun
submit
(runnable:
Runnable
)
Content copied to clipboard
Submit a task to be executed in future.