Update wikipage SCOOP implementation. (Signed-off-by:bmeyer).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1926 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2017-11-22 06:10:23 +00:00
parent c890105226
commit 7e2694dde5

View File

@@ -23,32 +23,6 @@ Although the SCOOP model can support any underlying concurrency mechanism, the c
In the initial release, the allowable maximum number of SCOOP processors per system is 1024.
==Separate anchored types==
Applicable prior to revision number 86657:
Separate status for anchored types is not supported properly. So declarations of the form:
<code>
my_entity: separate like my_query
</code>
and
<code>
my_entity: separate like Current
</code>
should be used only if you are using revision 86657 or later.
Also, if you use an anchored declaration such as:
<code>
my_entity: like my_query
</code>
and the type of <code>my_query</code> is <code>separate</code>, you should make sure you are using revision 86657 or later.
==Agents targeted to objects of separate types==