# Fork/Join框架

本节将会介绍Fork/Join框架的基本原理、算法、设计方式、应用与实现等。

## 目录

* [什么是Fork/Join框架](/java-concurrent/forkjoinkuang-jia/shi-yao-shifork-join-kuang-jia.md)&#x20;
* [工作窃取算法](/java-concurrent/forkjoinkuang-jia/gong-zuo-qie-qu-suan-fa.md)&#x20;
* [Fork/Join框架的设计](/java-concurrent/forkjoinkuang-jia/forkjoinkuang-jia-de-she-ji.md)&#x20;
* [使用Fork/Join框架](/java-concurrent/forkjoinkuang-jia/shi-yong-fork-join-kuang-jia.md)&#x20;
* [Fork/Join框架的异常处理](/java-concurrent/forkjoinkuang-jia/forkjoinkuang-jia-de-yi-chang-chu-li.md)&#x20;
* [Fork/Join框架的实现原理](/java-concurrent/forkjoinkuang-jia/forkjoinkuang-jia-de-shi-xian-yuan-li.md)&#x20;
* [ForkJoinPool的commonPool相关参数配置](/java-concurrent/forkjoinkuang-jia/forkjoinpoolde-commonpool-xiang-guan-can-shu-pei-zhi.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tuonioooo-notebook.gitbook.io/java-concurrent/forkjoinkuang-jia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
