Implement deferred core utility parity APIs/tests and refresh tracking artifacts
This commit is contained in:
@@ -187,6 +187,12 @@ public static class SignalHandler
|
||||
_ => throw new ArgumentOutOfRangeException(nameof(command), $"unknown signal \"{CommandToString(command)}\""),
|
||||
};
|
||||
|
||||
/// <summary>
|
||||
/// Go parity alias for <see cref="CommandToUnixSignal"/>.
|
||||
/// Mirrors <c>CommandToSignal</c> in signal.go.
|
||||
/// </summary>
|
||||
public static UnixSignal CommandToSignal(ServerCommand command) => CommandToUnixSignal(command);
|
||||
|
||||
private static Exception? SendSignal(int pid, UnixSignal signal)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user