Saturday, 24 August 2013

How can we reproduce a bug in multi-thread programming in C#

How can we reproduce a bug in multi-thread programming in C#

We all know in multi-thread programming the program's behavior is
controlled by the thread scheduler, but if I meet a bug, is there some way
to reproduce the bug exactly? Thanks!

No comments:

Post a Comment