Find those pesky concurrency bugs
innovation.microsoft.com
Find those pesky concurrency bugs
1–6 of 6 posts
Re: Find those pesky concurrency bugs
#2if you are writing any kind of code using Tasks in C# you should use Coyote to test it.
Re: Find those pesky concurrency bugs
#3Nice!
Re: Find those pesky concurrency bugs
#4If curious, you can learn more in the Coyote website https://microsoft.github.io/coyote
Re: Find those pesky concurrency bugs
#5There has been a bunch of content on Coyote shared before as well but the quality of animations and how they explain how it works under the hood in this introduction was excellent.
Re: Find those pesky concurrency bugs
#6Very interesting!