diff Implab/Safe.cs @ 209:a867536c68fc v2

Bound promise to CancellationToken Added new states to ExecutionSate enum. Added Safe.Guard() method to handle cleanup of the result of the promise
author cin
date Wed, 16 Nov 2016 03:06:08 +0300
parents 558f34b2fb50
children 9ee78a345738
line wrap: on
line diff
--- a/Implab/Safe.cs	Sun Nov 13 18:28:17 2016 +0300
+++ b/Implab/Safe.cs	Wed Nov 16 03:06:08 2016 +0300
@@ -127,5 +127,6 @@
                 return Promise<T>.FromException(err);
             }
         }
+
     }
 }