updated wiki name for Concurrent programming with SCOOP

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1503 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-03-31 20:00:33 +00:00
parent 342239bcb7
commit 88d7e65b55
12 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
[[Property:weight|-15]]
[[Property:uuid|4ae502ce-5832-c323-4c3a-d1b0d1243735]]
==What's new==
* Support for [[Concurrent Eiffel with SCOOP|SCOOP concurrency model]].
* Support for [[Concurrent programming with SCOOP|SCOOP concurrency model]].
{{seealso|<br/>1) SCOOP implementation [[SCOOP implementation#Known limitations|limitations]].<br/>2) [[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]]. }}
==Improvements==

View File

@@ -244,7 +244,7 @@ reattachment
| Yes, by option ''void_safety''
|}
==[[Concurrent Eiffel with SCOOP|SCOOP]]==
==[[Concurrent programming with SCOOP|SCOOP]]==
{| class="doctable"
|-
! <center>'''Feature'''</center>

View File

@@ -53,6 +53,6 @@ Further options are
* Full Class Checking, Void-safety, Are types attached by default?: These settings are generally associated with increasing the safety of compiled code, particularly [[Creating a new void-safe project#Project settings for void-safe projects|void-safety]].
* Cat call detection: Attempts to identify at compile time the possibility of the system making a [[ET: Inheritance#Catcalls|catcall]].
* Syntax: Allows you to select the [[Setting the syntax variant|syntax variant]] used by the compiler when compiling this target.
* Concurrency: Controls the level of concurrency support for this target. ''No concurrency'' means mono-threaded; ''EiffelThread'' means concurrent threads using the [[EiffelThread Tutorial|EiffelThread]] library. ''SCOOP'' means concurrency based on the [[Concurrent Eiffel with SCOOP|SCOOP]] rules.
* Concurrency: Controls the level of concurrency support for this target. ''No concurrency'' means mono-threaded; ''EiffelThread'' means concurrent threads using the [[EiffelThread Tutorial|EiffelThread]] library. ''SCOOP'' means concurrency based on the [[Concurrent programming with SCOOP|SCOOP]] rules.