diff Implab/TaskController.cs @ 10:aa33d0bb8c0c promises

implemeted new cancellable promises concept
author cin
date Sun, 03 Nov 2013 18:07:38 +0400
parents 7ea9363fef6c
children eb418ba8275b
line wrap: on
line diff
--- a/Implab/TaskController.cs	Sat Nov 02 00:55:47 2013 +0400
+++ b/Implab/TaskController.cs	Sun Nov 03 18:07:38 2013 +0400
@@ -14,9 +14,8 @@
     /// </remarks>
     class TaskController
     {
-        object m_lock;
+        readonly object m_lock;
         string m_message;
-        bool m_cancelled;
 
         float m_current;
         float m_max;