from Hacker News

Find those pesky concurrency bugs

by cjlovett on 4/6/21, 10:38 PM with 5 comments

  • by pantazis on 4/6/21, 10:52 PM

    If curious, you can learn more in the Coyote website https://microsoft.github.io/coyote
  • by inaseer on 4/6/21, 11:40 PM

    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.
  • by cjlovett on 4/6/21, 10:38 PM

    if you are writing any kind of code using Tasks in C# you should use Coyote to test it.
  • by esterdenicolas on 4/6/21, 11:40 PM

    Very interesting!
  • by gipii81 on 4/6/21, 10:48 PM

    Nice!