diff Implab/ICancellable.cs @ 76:c761fc982e1d v2

Refactoring of the IPromise<T> interface Added tests
author cin
date Wed, 10 Sep 2014 17:53:05 +0400
parents eb418ba8275b
children f75cfa58e3d4
line wrap: on
line diff
--- a/Implab/ICancellable.cs	Wed Sep 10 11:17:37 2014 +0400
+++ b/Implab/ICancellable.cs	Wed Sep 10 17:53:05 2014 +0400
@@ -5,6 +5,6 @@
 
 namespace Implab {
     public interface ICancellable {
-        bool Cancel();
+        void Cancel();
     }
 }