Read a JSON-RPC message from STREAM. The decoded object is returned.
Definition at line 21 of file io.py.
Start the JSON writer thread. It will read objects from QUEUE and write them to STREAM, following the JSON-RPC protocol.
Definition at line 44 of file io.py.