From d8b15e56d7aa37b9c1ed85517bc6ce80a5898d8e Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 31 Mar 2016 21:16:42 +0000 Subject: [PATCH] Update wikipage Using threads. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1519 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compiling/using-threads.wiki | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/compiling/using-threads.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/compiling/using-threads.wiki index 83386f53..d1ce56e7 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/compiling/using-threads.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-how-tos/compiling/using-threads.wiki @@ -1,19 +1,19 @@ -[[Property:title|Using threads]] -[[Property:weight|7]] -[[Property:uuid|9f53d641-093a-38cb-50bb-568aaadfeb34]] -Eiffel supports multithreaded programs. The [[EiffelThread]] Library provides ways to handle threads safely inside an Eiffel program. Make sure you [[Adding a library|add]] it to your project if you want to use threads. - -To create a multithreaded program or library: -* Open the [[Advanced Options|Project Settings]] dialog. -* In the '''Advanced''' section, enable '''Multithreaded''' option. -* Click '''OK'''. -* You must [[Generating executables|recompile]] your project for the changes to take effect. - -{{warning|Make sure the external and precompiled libraries you use have also been compiled with support for threads. }} - -{{seealso|
-[[Generating libraries|Creating libraries]] }} - - - - +[[Property:title|Using threads]] +[[Property:weight|7]] +[[Property:uuid|9f53d641-093a-38cb-50bb-568aaadfeb34]] +Eiffel supports multithreaded programs. The [[EiffelThreads|EiffelThread]] Library provides ways to handle threads safely inside an Eiffel program. Make sure you [[Adding a library|add]] it to your project if you want to use threads. + +To create a multithreaded program or library: +* Open the [[Advanced Options|Project Settings]] dialog. +* In the '''Advanced''' section, enable '''Multithreaded''' option. +* Click '''OK'''. +* You must [[Generating executables|recompile]] your project for the changes to take effect. + +{{warning|Make sure the external and precompiled libraries you use have also been compiled with support for threads. }} + +{{seealso|
+[[Generating libraries|Creating libraries]] }} + + + +