Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encapsulation of processes and information packets #71

Open
3 tasks done
191220029 opened this issue Oct 19, 2024 · 0 comments
Open
3 tasks done

Encapsulation of processes and information packets #71

191220029 opened this issue Oct 19, 2024 · 0 comments

Comments

@191220029
Copy link
Collaborator

191220029 commented Oct 19, 2024

Encapsulation of processes and information packets

  • Provide a new trait Node that defines unique identifiers for nodes, input channels for receiving packets, output channels for sending packets, and an interface to start the workload, replacing the trait Task in the old version.
  • Enable asynchronous operations inside and between processes in trait Action.
  • Use Content as encapsulation of information packet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants