Add async session save method, random tweaks

This commit is contained in:
John Gross
2017-02-06 01:22:35 -08:00
parent d5159dc72a
commit ff3cdfd099
6 changed files with 45 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ namespace Torch.API
public interface ITorchServer : ITorchBase
{
bool IsRunning { get; }
string InstancePath { get; }
}
public interface ITorchClient : ITorchBase