Fixed usage of IAsyncObservable. Added runtime exit handler
This commit is contained in:
@@ -2,8 +2,8 @@ namespace MoonlightServers.Daemon.ServerSys.Abstractions;
|
||||
|
||||
public interface IConsole : IServerComponent
|
||||
{
|
||||
public IObservable<string> OnOutput { get; }
|
||||
public IObservable<string> OnInput { get; }
|
||||
public IAsyncObservable<string> OnOutput { get; }
|
||||
public IAsyncObservable<string> OnInput { get; }
|
||||
|
||||
public Task AttachToRuntime();
|
||||
public Task AttachToInstallation();
|
||||
|
||||
Reference in New Issue
Block a user