previous up next
Go up to 3.3 Shared Data
Go forward to dist[put]: Write Data into a Shared Object
RISC-Linz logo

dist[data]: Create a Shared Object


d := dist[data]()

This call creates a shared object d that may be used to communicate data between different tasks. The object is initially empty; any attempt to get a value from d blocks the corresponding task.


> d := dist[data]();
                                    d := 0


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next