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