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 #76

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

191220029
Copy link
Collaborator

This PR encapsulates FBP processes by trait Node + Action.
We use NodeTable to allocate node ids so that we can also record the mapping from node name to node id.

related issues: #71

Based on the discussion in #75, we changed the visibility of InChannel and OutChannel, and modified the logic of throwing RecvErr exceptions.

1. Set InChannel & OutChannel as private items
2. Merge ErrType of mpsc's send err & broadcast's send err
node
@191220029 191220029 requested a review from genedna November 8, 2024 07:57
@191220029 191220029 self-assigned this Nov 8, 2024
@genedna genedna requested a review from fengyang-nju November 8, 2024 07:59
@genedna genedna enabled auto-merge November 8, 2024 08:00
@genedna genedna added this pull request to the merge queue Nov 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Nov 11, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@A-Mavericks A-Mavericks added this pull request to the merge queue Nov 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Nov 11, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@genedna genedna added this pull request to the merge queue Nov 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to Branch Protection failures Nov 11, 2024
You're not authorized to push to this branch. Visit "About protected branches" for more information.
@genedna genedna merged commit f4d2466 into dagrs-dev:main Nov 11, 2024
3 checks passed
@191220029 191220029 deleted the dev branch November 11, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants