Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : Thread question
| Subject: | Thread question |
| Posted by: | "Mikael Lenfors" (mika..@lenfors.se) |
| Date: | Tue, 1 Apr 2008 14:38:14 |
Just a stupid question about threads. Can I from a thread call
functions/procedures declared in other units and still be "threadsafe"? The
functions I want to call only do some processing and uses local variables.
Or do I have to copy the code for the function and put it inside the Thread
unit?
Regards, Mikael