tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host.Watchdog
ISignalChecker.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Threading;
3
using
System.Threading.Tasks;
4
5
namespace
Tgstation.Server.Host.Watchdog
6
{
10
public
interface
ISignalChecker
11
{
18
ValueTask
CheckSignals
(Func<
string
?, (
int
Pid, Task ChildLifetime)> startChildAndGetPid, CancellationToken cancellationToken);
19
}
20
}
Tgstation.Server.Host.Watchdog.ISignalChecker
For relaying signals received to the host process.
Definition
ISignalChecker.cs:11
Tgstation.Server.Host.Watchdog.ISignalChecker.CheckSignals
ValueTask CheckSignals(Func< string?,(int Pid, Task ChildLifetime)> startChildAndGetPid, CancellationToken cancellationToken)
Relays signals received to the host process.
Tgstation.Server.Host.Watchdog
Definition
BootstrapSettings.cs:7
Generated by
1.9.8