comparison Implab/IPromiseT.cs @ 94:a43745f81f10 v2

minor fixes
author cin
date Thu, 23 Oct 2014 17:50:09 +0400
parents c761fc982e1d
children 279e226dffdd
comparison
equal deleted inserted replaced
93:dc4942d09e74 94:a43745f81f10
1 using System; 1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 2
6 namespace Implab { 3 namespace Implab {
7 public interface IPromise<T> : IPromise { 4 public interface IPromise<T> : IPromise {
8 5
9 new T Join(); 6 new T Join();