ForkJoinPool.execute

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

  1. void execute(IForkJoinTask task)
    class ForkJoinPool
    void
    execute
  2. void execute(Runnable task)

Meta