From ea7676ec6b20c64484fbc59a4e77e3ebc2c719e6 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 8 Mar 2017 21:13:20 +0000 Subject: [PATCH] Update wikipage Regions and Processors. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1786 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-regions-processors.wiki | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/trunk/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-regions-processors.wiki b/documentation/trunk/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-regions-processors.wiki index 3cf53995..a2240ecb 100644 --- a/documentation/trunk/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-regions-processors.wiki +++ b/documentation/trunk/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-regions-processors.wiki @@ -45,6 +45,7 @@ Currently however a SCOOP processor is implemented as a thread.}} == Separate Types== To support the concept of regions in a program text, SCOOP extends the type system by introducing a single new keyword: separate. + The separate keyword is used to annotate a reference and means that the object attached to it may be in a different region. {{definition|Separate type|A type which has been declared including the keyword separate.}}