youtube image
From YouTube: Reliable Async Systems with Coyote - Part 1

Description

Coyote is a set of .NET libraries and tools designed to help detect potential problems in your asynchronous code.

In the episode, Rich chat with Chris Lovett about the issues developers face with writing asynchronous code and how Coyote can with discovering those hard to find issues.

[00:44] - What is Coyote
[02:22] - What’s hard with testing async code?
[07:45] - Visualizing async code flow
[10:57] - Coyote TPL demo
[17:20] - Detecting deadlock demo
[26:42] - Next steps with Coyote


Coyote Homepage
https://microsoft.github.io/coyote/

Coyote GitHub
https://github.com/microsoft/coyote/

.NET Threading
https://docs.microsoft.com/dotnet/standard/threading/?WT.mc_id=ondotnet-c9-cephilli