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 |
![]() |
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