[Lazarus] Threads in Lazarus code base

Michael Schnell mschnell at lumino.de
Wed Sep 15 13:14:58 CEST 2010


  On 09/15/2010 01:07 PM, Juha Manninen (gmail) wrote:
> Anyway, it doesn't sound very easy for a crossplatform solution.

Only because a (well accepted) platform-independent infrastructure is 
lacking. FPC does come with a lot of platform independent stuff like 
TThread, TEvent, TCriticalSection and SyncOBJs. Even ProcessMessages, 
"Procedure...Message" and Sending Messages is provided in a platform 
independent dent ways (mimicking the Windows API or thread 
synchronization even in Linux/Mac).

-Michael




More information about the Lazarus mailing list