comparison Implab/ManagedPromise.cs @ 12:eb418ba8275b promises

refactoring, added WorkerPool
author cin
date Tue, 05 Nov 2013 19:55:34 +0400
parents
children b0feb5b9ad1c
comparison
equal deleted inserted replaced
11:6ec82bf68c8e 12:eb418ba8275b
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace Implab {
7
8 public class ManagedPromise<T>: Promise<T>, ITaskController, IProgressNotifier {
9
10 }
11 }