Mercurial > pub > ImplabNet
diff Implab.Test/PromiseHelper.cs @ 77:91362ffbecf8 v2
ported tests to mono
author | cin |
---|---|
date | Thu, 11 Sep 2014 10:56:14 +0400 |
parents | 3b8393be3441 |
children | eb793fbbe4ea |
line wrap: on
line diff
--- a/Implab.Test/PromiseHelper.cs Wed Sep 10 17:53:05 2014 +0400 +++ b/Implab.Test/PromiseHelper.cs Thu Sep 11 10:56:14 2014 +0400 @@ -1,12 +1,8 @@ using Implab.Parallels; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Threading; namespace Implab.Test { - class PromiseHelper { + static class PromiseHelper { public static IPromise<T> Sleep<T>(int timeout, T retVal) { return AsyncPool.Invoke(() => { Thread.Sleep(timeout);