run Task Asynchronously
Schedules the specified task to be executed asynchronously immediately
Return
The {@link MyScheduledTask} that represents the scheduled task
Parameters
runnable
The task to execute
Schedules the specified task to be executed asynchronously immediately
The {@link MyScheduledTask} that represents the scheduled task
The task to execute