ID EN
Multiprocessing

send

Python 3.11

Send an object to the other end of the connection which should be read using recv().

Syntax

PYTHON
send(obj)

See Also

recv() ValueError