add comment

This commit is contained in:
svlandeg 2020-02-12 12:06:27 +01:00
parent 05dedaa2cf
commit 65f5b48b5d

View File

@ -1118,6 +1118,7 @@ def _apply_pipes(make_doc, pipes, receiver, sender, underscore_state):
created by `multiprocessing.Pipe()`
sender (multiprocessing.Connection): Pipe to send doc. Usually created by
`multiprocessing.Pipe()`
underscore_state (tuple): The data in the Underscore class of the parent
"""
Underscore.load_state(underscore_state)
while True: