previous up next
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
RISC-Linz logo

GetD: Get Data from 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

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

previous up next