# tensorplay.distributed.distributed_c10d.recv_object_list

Source: https://www.tensorplay.cn/docs/generated/tensorplay.distributed.distributed_c10d.recv_object_list.html

# tensorplay.distributed.distributed_c10d.recv_object_list

tensorplay.distributed.distributed_c10d.recv_object_list(object_list: [list](https://docs.python.org/3/library/stdtypes.html#list), src: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None) = None, group=None, device=None) &#x2192; [int](https://docs.python.org/3/library/functions.html#int)[[source]](../_modules/tensorplay/distributed/distributed_c10d.html#recv_object_list)

Receives picklable objects in object_list synchronously (torch parity).

Returns the sender’s global rank.
