The delegate is stored on the stack of the calling thread, the
created thread loads it from there, but the calling thread
doesn't wait for that and clobbers the stack right away. If you
were lucky your code would crash.
- Function Pointer Not Working Marcone via Digitalmars-d-learn
- Re: Function Pointer Not W... Vladimir Panteleev via Digitalmars-d-learn
- Re: Function Pointer N... Marcone via Digitalmars-d-learn
- Re: Function Pointer Not W... Kagamin via Digitalmars-d-learn
- Re: Function Pointer N... Marcone via Digitalmars-d-learn
- Re: Function Point... Marcone via Digitalmars-d-learn
