send
Send data between clients and workers using a data queue
Description
send(
sends a message or data with the value pollablequeue
,data
)data
to the
PollableDataQueue
specified by
pollablequeue
. Retrieve the result using
poll
, and return data
as the
answer.
Use the send
and poll
functions together
with a pollable data queue to transfer and retrieve messages or data between the
client and workers.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2017a