www.digitalmars.com         C & C++   DMDScript  

D - CreateThread?

reply pavel <pavel psi.cz> writes:
I create win32 application. (use dmd 2.046)
Exist object Thread in std.thread. Object Thread gives support for garbage
collector,  but I want to use
the function CreateThread.
Can I create threads with this function?
May 27 2010
parent Robert Clipsham <robert octarineparrot.com> writes:
On 27/05/10 15:24, pavel wrote:
 I create win32 application. (use dmd 2.046)
 Exist object Thread in std.thread. Object Thread gives support for garbage
 collector,  but I want to use
 the function CreateThread.
 Can I create threads with this function?
This newsgroup is unused now, try asking in digitalmars.D.learn, you'll get more help there :) Robert
May 27 2010