Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现ClientBuilder有一个选项可以设置每个主机的最大空闲连接数,但这似乎并没有对可用连接数进行总体限制。
ClientBuilder
看起来 Reqwest 在 Tokio 之上工作。您可以为整个应用程序配置的线程数。 tokio::Runtime
tokio::Runtime
不幸的是,我没有找到一种方法来配置tokio::Runtime为特定库使用单独的线程池。从我的角度来看,每个库的配置看起来是不可能的。