docling-project / docling-project/docling-java
Add support for custom Executor
Open
- Dominant language
- Java
- Stars
- 134
- Forks
- 26
- Avg merge
- 12h 25m
- Merged PRs (30d)
- 45
Description
Currently all the blocking API methods run on the calling thread, and the async methods run on the fork-join pool. We should allow for passing in (or building the client) with a custom `Executor` for async operations.
Contributor guide
Assessment
This issue has not been assessed yet.