Function Pointer Not Working

Kagamin spam at here.lot
Thu Nov 19 15:51:09 UTC 2020


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.


More information about the Digitalmars-d-learn mailing list