Mercurial > pub > ImplabNet
diff Implab/IPromise.cs @ 76:c761fc982e1d v2
Refactoring of the IPromise<T> interface
Added tests
author | cin |
---|---|
date | Wed, 10 Sep 2014 17:53:05 +0400 |
parents | 4439140706d0 |
children | daffa72a1cec |
line wrap: on
line diff
--- a/Implab/IPromise.cs Wed Sep 10 11:17:37 2014 +0400 +++ b/Implab/IPromise.cs Wed Sep 10 17:53:05 2014 +0400 @@ -52,7 +52,7 @@ /// </summary> /// <param name="handler">Обработчик.</param> /// <remarks>После обработке ошибки, она передается дальше.</remarks> - IPromise Finally(Action handler); + IPromise Anyway(Action handler); /// <summary> /// Обработчик для регистрации отмены обещания, событие отмены не может быть подавлено. /// </summary>