Mercurial > pub > ImplabNet
diff Implab/IPromise.cs @ 243:b1e0ffdf3451 v3
working on promises
author | cin |
---|---|
date | Wed, 24 Jan 2018 19:24:10 +0300 |
parents | cbe10ac0731e |
children | eee3e49dd1ff |
line wrap: on
line diff
--- a/Implab/IPromise.cs Wed Jan 24 03:03:21 2018 +0300 +++ b/Implab/IPromise.cs Wed Jan 24 19:24:10 2018 +0300 @@ -4,7 +4,7 @@ using System.Text; namespace Implab { - public interface IPromise: ICancellable { + public interface IPromise { /// <summary> /// Тип результата, получаемого через данное обещание.