indexing
description: "Indirection proxy allowing share of objects between threads, without having the garbage collectors intercollect each-other."
status: "See notice at end of class."
date: "$Date$"
revision: "$Revision$"
class interface
PROXY [G]
create
frozen make (obj: G)
obj
PROXYput
require
not_void: obj /= void
frozen put (obj: G)
obj
PROXYmake
require
not_void: obj /= void
feature
item: G
invariant
ANY
reflexive_equality: standard_is_equal (Current)
reflexive_conformance: conforms_to (Current)
end -- PROXY