Source:
declare X in
thread
X = 5
end
{Browse X}
After translating into core syntax:
declare X in
local Proc1 in
proc dynamic {Proc1}
X = 5
end
{`Thread.create` Proc1}
{Browse X}
end
1. What is "dynamic" in proc definition ? What else can be instead of "dynamic"
?
2. Where can be found definition of "Thread.create" ? I cann`t find in Mozart
documentation about it.
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users