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

dist[get]: Get Data from a Shared Object


v := dist[get](d)

This call returns the value v of the shared object d; if d is still empty, the current task is blocked until a value is put into d.


> v := dist[get](d);
                                  v := x + y


Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next