Skip to content

Commit f5d0ea2

Browse files
docs/recipes-multiprocessing.rst: clarified info about no multithreading.
1 parent fdbbbaa commit f5d0ea2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/recipes-multiprocessing.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
Multiprocessing
1717
==============================
1818

19-
:title:`MuPDF` has no integrated support for threading - calling itself "thread-agnostic". While there do exist tricky possibilities to still use threading with :title:`MuPDF`, the baseline consequence for |PyMuPDF| is:
20-
21-
**No Python threading support**.
22-
23-
Using |PyMuPDF| in a :title:`Python` threading environment will lead to blocking effects for the main thread.
19+
|PyMuPDF| does not support running on multiple threads - doing so may cause incorrect behaviour or even crash Python itself.
2420

2521
However, there is the option to use :title:`Python's` *multiprocessing* module in a variety of ways.
2622

0 commit comments

Comments
 (0)