So I want to know how can I make a Thread object out of it. What I would like to achieve is to wait for spawned thread to finish its execution, that is join with main thread.
How are theads, Tid and spawn related?
Neven via Digitalmars-d-learn Sat, 01 Nov 2014 16:36:12 -0700
Ok, a newbie question ahead. I want to create new thread which
calls given function with some parameters. Thus, I think spawn is
the right function for me. However that functions returns Tid and
not a Thread object.
- How are theads, Tid and spawn relate... Neven via Digitalmars-d-learn
- Re: How are theads, Tid and spa... Ali Çehreli via Digitalmars-d-learn
- Re: How are theads, Tid and spa... Sean Kelly via Digitalmars-d-learn
- Re: How are theads, Tid and... Ali Çehreli via Digitalmars-d-learn
- Re: How are theads, Tid... Sean Kelly via Digitalmars-d-learn
- Re: How are theads,... Ali Çehreli via Digitalmars-d-learn
- Re: How are th... Sean Kelly via Digitalmars-d-learn
- Re: How are theads, Tid and spa... Sean Kelly via Digitalmars-d-learn
- Re: How are theads, Tid and spa... Russel Winder via Digitalmars-d-learn