Info
| Version: | 1.0.1 |
| Author(s): | Alexander Moerman |
| Last Update: | Thursday, June 23, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/amoerie/dead-man-switch |
| NuGet Url: | https://www.nuget.org/packages/DeadManSwitch |
Install
Install-Package DeadManSwitch
dotnet add package DeadManSwitch
paket add DeadManSwitch
DeadManSwitch Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It does this by cancelling a CancellationToken that is provided to the worker from the start. In turn, the process is responsible for notifying the dead man's switch in a periodic fashion to prevent its own cancellation.