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
Node
s asynchronously. - Connection: Interfaces for communication between
Node
s. - Parser: Help simplify
Node
creations and analyze connections from user input.