Skip to content

Commit a2ebf85

Browse files
committed
edit docstring
1 parent 42b2784 commit a2ebf85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/jabs/project/project.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)