11.5. recv command

recv('-pid', pid)

Receive information from another processor.

pid (int)

ID of processor where data is received from

pid (str)

if pid is 'ANY', the processor can receive data from any processor.

Note

send command and recv command must match and the order of calling both commands matters.