Thanks to visit codestin.com Credit goes to github.com
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 8b6b508 commit a24d2d8Copy full SHA for a24d2d8
1 file changed
Doc/library/multiprocessing.rst
@@ -496,6 +496,9 @@ The :mod:`multiprocessing` package mostly replicates the API of the
496
If the optional argument *timeout* is ``None`` (the default), the method
497
blocks until the process whose :meth:`join` method is called terminates.
498
If *timeout* is a positive number, it blocks at most *timeout* seconds.
499
+ Note that the method returns ``None`` if its process terminates or if the
500
+ method times out. Check the process's :attr:`exitcode` to determine if
501
+ it terminated.
502
503
A process can be joined many times.
504
0 commit comments