Go backward to PutD: Write Data into a Shared Object Go up to 3.3 Shared Data Go forward to ClearD: Clear a Shared Object |
![]() |
GetD[d]
This call returns the value of the shared data object d. If d is empty, the task is blocked until a value is put into d.
In[5]:=v=GetD[d] Out[5]=x+y