これについてのAPIの説明は次のとおりです。
public void execute(Runnable task) Description copied from interface: Executor Executes the given command at some time in the future. The command may execute in a new thread, in a pooled thread, or in the calling
スレッド、Executor 実装の裁量で。
Parameters: task - the runnable task Throws: NullPointerException - if the task is null RejectedExecutionException - if the task cannot be scheduled for execution
ForkJoinPool は既に ExecutorService の実装ですか? 彼らは何を話している?このようなメソッドの動作を知るにはどうすればよいですか?