Creates a {@code FutureTask} that will, upon running, execute the given {@code Callable}.
@param callable the callable task @throws NullPointerException if the callable is null
See Implementation
Creates a {@code FutureTask} that will, upon running, execute the given {@code Callable}.
@param callable the callable task @throws NullPointerException if the callable is null