ID EN
Multiprocessing

recv

Python 3.11

Return an object sent from the other end of the connection using send(). Blocks until there is something to receive. Raises EOFError if there is nothing left to receive and the other end was closed.

Syntax

PYTHON
recv()

See Also

send() EOFError