File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ class Project:
4242
4343 Executor pool:
4444 The Project can optionally use a shared application-level `ProcessPoolManager` for CPU-bound
45- feature extraction (parallelized per video). If provided, the pool is shared across all
46- projects in the application. If not provided (None), operations run single-threaded.
45+ feature extraction (parallelized per video). If not provided (None), operations run single-threaded.
4746
48- - When pool is provided, it's managed at the application level and never shut down by individual projects
47+ - When pool is provided, it's managed at the application level
4948 - Submissions are thread-safe; the pool can be used from worker/QThreads
5049 - The GUI passes a shared pool; CLI scripts typically run single-threaded (pool=None)
5150
You can’t perform that action at this time.
0 commit comments