now has working TaskManager

This commit is contained in:
2017-06-18 13:25:09 +02:00
parent ca3bb38205
commit 2ed701040a
9 changed files with 78 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
export {Task,ITaskFunction} from './taskbuffer.classes.task'
export {Taskchain} from './taskbuffer.classes.taskchain'
export {Taskparallel} from './taskbuffer.classes.taskparallel'
export { TaskManager } from './taskbuffer.classes.taskmanager'
// import for naming only
import './taskbuffer.classes.helpers'