Arranges for (asynchronous) execution of the given task.
@param task the task @throws NullPointerException if the task is null @throws RejectedExecutionException if the task cannot be scheduled for execution
See Implementation
Arranges for (asynchronous) execution of the given task.
@param task the task @throws NullPointerException if the task is null @throws RejectedExecutionException if the task cannot be scheduled for execution