From 4841bda3cb9d69f176058975e944f97df8fd30bd Mon Sep 17 00:00:00 2001 From: halw Date: Fri, 13 Jan 2012 05:12:17 +0000 Subject: [PATCH] Added text and links for Concurrency setting. Author:halw Date:2012-01-13T05:12:17.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1038 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../general-target-options/index.wiki | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/index.wiki index 0d14d25c..6f3f200f 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-project-settings-window/general-target-options/index.wiki @@ -51,7 +51,8 @@ Further options are * .NET Namespace: specify the namespace for this target (.NET code generation mode only) * Line generation: generate some extra information that will enable a .NET debugger or a C debugger to step through the Eiffel code rather than MSIL code or C code. * 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: Attempt to identify at compile time the possibility of the system making a [[ET: Inheritance#Catcalls|catcall]]. -* Syntax: Allow you to select the [[Setting the syntax variant|syntax variant]] used by the compiler when compiling this target. +* 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.