I'm aware of some Windows Thread Libs for Delphi(OmniThread Lib, BMThreads, etc).
But is there a lib that is built to be cross-platform and that can both be used under Delphi and FreePascal?
I'm aware of some Windows Thread Libs for Delphi(OmniThread Lib, BMThreads, etc).
But is there a lib that is built to be cross-platform and that can both be used under Delphi and FreePascal?
Although these are not links to threading libraries per se, the information on the following pages might (or might not) be of use when researching threading on Windows/Linux and MACOSX
Sorry couldn't offer anything more specific.
try this
http://mirror.mirimar.net/freepascal/contrib/fpthreads.zip
http://ftp.icm.edu.pl/packages/fpc/contrib/fpthreads.zip
Bye.
Both FPC/Lazarus and Delphi support TThread. FPC doesn't suppport TMREWS though (it does have the identifier but it is a simple lock).
But I assume you mean some thread pooling classes? What do you exactly need, and why is the Delphi built in support not enough?