- task
- the task to submit
Documentation for this section has not yet been entered.
Type Reason Java.Util.Concurrent.RejectedExecutionException if the task cannot be scheduled for execution Java.Lang.NullPointerException if the task is null
Submits a Runnable task for execution and returns a Future representing that task. The Future's get method will return null upon successful completion.