Mercurial > pub > ImplabNet
diff Implab/Parallels/AsyncPool.cs @ 66:790e8a997d30
Refactoring
author | cin |
---|---|
date | Thu, 14 Aug 2014 18:08:09 +0400 |
parents | d9d794b61bb9 |
children | 4c0e5ef99986 |
line wrap: on
line diff
--- a/Implab/Parallels/AsyncPool.cs Mon Jun 30 13:55:22 2014 +0400 +++ b/Implab/Parallels/AsyncPool.cs Thu Aug 14 18:08:09 2014 +0400 @@ -48,7 +48,7 @@ } - public static IPromiseBase InvokeNewThread(Action func) { + public static IPromise InvokeNewThread(Action func) { var p = new Promise<object>(); var caller = TraceContext.Snapshot();