##// END OF EJS Templates
fixes
cin -
r28:81708975d6f7 default
parent child
Show More
@@ -49,7 +49,7 namespace Implab {
49 /// </remarks>
49 /// </remarks>
50 public class Promise<T> : IPromise<T> {
50 public class Promise<T> : IPromise<T> {
51
51
52 struct HandlerDescriptor {
52 protected struct HandlerDescriptor {
53 public ResultHandler<T> resultHandler;
53 public ResultHandler<T> resultHandler;
54 public ErrorHandler errorHandler;
54 public ErrorHandler errorHandler;
55 public Action cancellHandler;
55 public Action cancellHandler;
General Comments 0
You need to be logged in to leave comments. Login now