Project Structure
This section provides an overview of Project Structure.
The souce code of Dagrs mainly includes:
- Node: Abstraction of a task.
- Graph: A network that run
Nodes asynchronously. - Connection: Interfaces for communication between
Nodes. - Parser: Help simplify
Nodecreations and analyze connections from user input.