added Taskparallel class that executest tasks in parallel

This commit is contained in:
2016-05-15 15:28:38 +02:00
parent b1eeb3563e
commit 8944ae2462
18 changed files with 113 additions and 49 deletions

View File

@@ -1,5 +1,8 @@
/// <reference path="./typings/main.d.ts" />
export * from "./taskbuffer.classes";
export {Task} from "./taskbuffer.classes.task";
export {Taskchain} from "./taskbuffer.classes.taskchain";
export {Taskparallel} from "./taskbuffer.classes.taskparallel";
export {Taskspace} from "./taskbuffer.classes.taskspace";
// import for naming only
import "./taskbuffer.classes.helpers"