[fpc-devel]1.1 Development compiler supports multithreading

Peter Vreman peter at freepascal.org
Fri Nov 1 20:17:55 CET 2002


For the ppl that want to start with multithreading development. It is now
possible under Linux and Win32. The RTL is threadsafe and has the required
knowledge to support multithreading.

For including the multithreaded capability in your program you need to
include {$threading on} compiler switch in your program. This will include
the SysThrds unit that provides the (callback) routines to make the RTL
threadsafe.

Peter





More information about the fpc-devel mailing list