Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: Threading library and indy
| Subject: | Re: Threading library and indy |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Wed, 5 Dec 2007 10:36:03 |
"Sanyin" <prevodilac@hotmail.com> wrote in message
news:47567df3@newsgroups.borland.com...
> Is there any thread library in Indy to simplify general
> multithread programming?
Indy is a communications library, not a threading library.
> I remmember few years ago in indy 10, there was some class or so....
Indy does have a TIdThread class, which derives from TThread.
Gambit