Hacker News new | ask | show | jobs
Find those pesky concurrency bugs (innovation.microsoft.com)
8 points by cjlovett 1906 days ago
5 comments

If curious, you can learn more in the Coyote website https://microsoft.github.io/coyote
There 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.
if you are writing any kind of code using Tasks in C# you should use Coyote to test it.
Very interesting!
Nice!