CreateThread?

Kagamin spam at here.lot
Fri May 28 06:35:00 PDT 2010


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?

Yes, you can. You just shouldn't use data allocated in D heap. And may be TLS.


More information about the Digitalmars-d-learn mailing list