J
JT
If I call Thread.Start am I guaranteed that thread will be running before the
call from Thread.Start returns?
i.e.
//Doing Something on main thread
Thread.Start(NewThreadWork);
Subscription.Create //This relies on the New Thread running
Thanks
call from Thread.Start returns?
i.e.
//Doing Something on main thread
Thread.Start(NewThreadWork);
Subscription.Create //This relies on the New Thread running
Thanks