mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-22 16:50:52 +00:00
* Avoid creating unused ThreadPools Instead, create ApiClient.pool on first request for .pool property. avoids spawning n-cpus threads (the default for ThreadPool) at instantiation of every ApiClient * update doc * set pool_thread to None