Using threads

Eiffel supports multithreaded programs. The EiffelThread Library provides ways to handle threads safely inside an Eiffel program. Make sure you add it to your project if you want to use threads.

To create a multithreaded program or library:

  • Open the Project Settings dialog.
  • In the Advanced section, enable Multithreaded option.
  • Click OK.
  • You must 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.

See Also:
Creating libraries

cached: 04/19/2024 2:09:14.000 AM