We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e6228 commit 6f9e626Copy full SHA for 6f9e626
README.md
@@ -21,7 +21,7 @@ The reason why this pack exists is we would like to solve several specific pain
21
## Usage
22
Same api as concurrent.futures.ThreadPoolExecutor , with some more control function added.
23
24
-#####set_daemon_opts(min_workers = None, max_workers = None, keep_alive_time = None)
+##### set_daemon_opts(min_workers = None, max_workers = None, keep_alive_time = None)
25
In order to guarantee same api interface , new features should be modfied after object created.
26
Could change minimum/maximum activate worker num , and set after how many seconds will the idle thread terminated.
27
By default , min_workers = 4 , max_workers = 256 on windows and 512 on linux , keep_alive_time = 100s.
0 commit comments