mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-04 17:19:23 +02:00
Author:admin
Date:2008-09-17T13:53:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[[Property:title|Using threads]]
|
||||
[[Property:weight|7]]
|
||||
Eiffel supports multithreaded programs. The [[EiffelThread Library|thread 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| '''Caution''': Make sure the external and precompiled libraries you use have also been compiled with support for threads. }}
|
||||
|
||||
{{seealso| '''See Also''' <br/>
|
||||
[[Generating libraries|Creating libraries]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user