dag-scheduler 0.13.0

a scheduler of dag computation graph
Documentation
1
2
3
4
5
6
7
8
a scheduler of dag computation graph.

* dag scheduler and nodes. each node of a dag graph will launch multi threads for computation.
  * src/scheduler.rs
  * scr/nodes.rs
* pipline scheduler and nodes. num of nodes means num of threads in pipeline
  * pipeline/ppl_scheduler.rs
  * pipeline/ppl_node.rs