push.Rd
Push data to another node's message queue.
push(x, locations, ...)
push.default(x, locations, post_locs=TRUE,...)
push.list(x, locations, ...)
push.Chunk(x, locations, ...)
Argument to dispatch on. What item or contained item to send.
Optional set of locations to send x
to.
Logical, to send locations of objects to the locator node or not.
Further arguments passed on to methods
List of ChunkReferences referring to the sent object(s).
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x, locations, ...)
UseMethod("push", x)
#> function (x, locations, ...)
#> UseMethod("push", x)
#> <environment: 0x5642fc8df648>