previous up next
Go up to 3.3 Shared Data
Go forward to PutD: Write Data into a Shared Object
RISC-Linz logo

DataD: Create a Shared Object

DataD[]

This call creates a shared object that can be used to communicate data between different tasks, and returns a handle for it. The object is initially empty.

In[3]:=d=DataD[]
Out[3]=0

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

previous up next