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

Add services with either write or read but not both #13

Closed
amascare opened this issue Feb 13, 2024 · 0 comments · Fixed by #16
Closed

Add services with either write or read but not both #13

amascare opened this issue Feb 13, 2024 · 0 comments · Fixed by #16
Assignees
Labels
enhancement New feature or request

Comments

@amascare
Copy link
Collaborator

During my PML modeling, I have noticed that in some cases it is convenient to create Transporters which serve only loads or stores.
Currently, I deal with this situation by passing the Transporter a set of two variables (one is a load and the other a store) and then unlinking when necesary, e.g., SimpleTransporter(Set(ld_requests, str_requests)), where ld_requests is Load() and str_requests is Store().
I think that having the possibility of creating Transporters with the capability of serving either one or the other would simplify the process.

@amascare amascare added the enhancement New feature or request label Feb 13, 2024
@Gaudeval Gaudeval self-assigned this Apr 12, 2024
@Gaudeval Gaudeval linked a pull request Apr 12, 2024 that will close this issue
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants