Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Sep : synchronize() question
| Subject: | synchronize() question |
| Posted by: | "Jacob" (nospam@spamsucks.com) |
| Date: | Thu, 1 Sep 2005 14:23:52 |
Is there a good reason why synchronize doesn't pass a reference of the
calling thread using TNotifyEvent instead of TThreadMethod? It makes it a
nuisance to use if there are two or more threads sharing an event.