previous up next
Go backward to DataD: Create a Shared Object
Go up to 3.3 Shared Data
Go forward to GetD: Get Data from a Shared Object
RISC-Linz logo

PutD: Write Data into a Shared Object

PutD[d, v]

This call assigns the value v to the shared data object d and releases all the tasks blocked by the attempt to get the value of this object.

In[4]:=PutD[d,x+y]
Out[4]=okay

Maintained by: Cleo Pau
Last Modification: July 5, 2000

previous up next