AsyncHandler

class AsyncHandler

Author

Umang Chamaria

Constructors

AsyncHandler
Link copied to clipboard
fun AsyncHandler()

Functions

execute
Link copied to clipboard
fun execute(task: ITask)
Execute a ITask immediately.
fun execute(job: Job)
Execute a Job immediately.
fun execute(work: Work)
fun execute(runnable: Runnable)
Execute a Runnable immediately.
submit
Link copied to clipboard
fun submit(task: ITask)
Submit a task to be executed in future.
fun submit(job: Job)
Submit a task to be executed in future.
fun submit(runnable: Runnable)
Submit a task to be executed in future.