Main Content
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
parallel.pool.PollableDataQueue
specified by
pollablequeue
. Retrieve the result using
poll
(pollablequeue)
, and return
data
as the answer.
Use the send
and poll
functions together
using 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