Online Eiffel Documentation
EiffelStudio

Using threads

Eiffel supports multithreaded programs. The thread 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:

Caution: Make sure the external and precompiled libraries you use have also been compiled with support for threads.

See Also
Creating libraries