cleaning up

This commit is contained in:
Ján Lučanský
2018-12-29 23:49:13 +01:00
parent 6b2f18bfb4
commit ace5bc0dc6
17 changed files with 58 additions and 52 deletions

View File

@@ -7,7 +7,7 @@ namespace NetCoreSelfHost
{
static void Main(string[] args)
{
var scheduler = DemoScheduler.Create();
var scheduler = DemoScheduler.Create().Result;
scheduler.Start();
while (!scheduler.IsShutdown)