previous up next
Go backward to GetD: Get Data from a Shared Object
Go up to 3.3 Shared Data
Go forward to ProcessD: Execute a Task by a Separate Process
RISC-Linz logo

ClearD: Clear a Shared Object

ClearD[d]

This call resets the shared data object d to the empty state. Further attempts of getting the value of d will block the corresponding tasks.

In[6]:=ClearD[d]
Out[6]=okay

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

previous up next