multiprocessing.Connection.send()

send(obj)

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

The object must be picklable. Very large pickles (approximately 32 MB+, though it depends on the OS) may raise a ValueError exception.

doc_python
2016-10-07 17:37:38
Comments
Leave a Comment

Please login to continue.