最終更新:2021-02-17 (水) 08:08:39 (1172d)  

Python/multiprocessing.connection.Connection
Top / Python / multiprocessing.connection.Connection

https://docs.python.org/ja/3/library/multiprocessing.html#connection-objects

メソッド

  • send(obj)
    • The object must be picklable. Very large pickles (approximately 32 MiB+, though it depends on the OS) may raise a ValueError? exception.
  • recv
  • send_bytes
  • recv_bytes

関連