Mercurial > pub > ImplabNet
diff Implab/IPromise.cs @ 25:9bf5b23650c9
refactoring
author | cin |
---|---|
date | Thu, 06 Feb 2014 01:08:59 +0400 |
parents | e3935fdf59a2 |
children | f0bf98e4d22c |
line wrap: on
line diff
--- a/Implab/IPromise.cs Thu Nov 14 01:15:07 2013 +0400 +++ b/Implab/IPromise.cs Thu Feb 06 01:08:59 2014 +0400 @@ -5,15 +5,11 @@ namespace Implab { - public interface IPromise: ICancellable + public interface IPromise<T>: IPromiseBase { - /// <summary> - /// Check whereather the promise has no more than one dependent promise. - /// </summary> - bool IsExclusive - { - get; - } + + + }