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

Pass non-const messages to executors #109

Merged
merged 5 commits into from
Jun 10, 2021
Merged

Pass non-const messages to executors #109

merged 5 commits into from
Jun 10, 2021

Conversation

Shillaker
Copy link
Collaborator

@Shillaker Shillaker commented Jun 9, 2021

I've thought about it and I'll walk back my comments in faasm/faasm#428 ; Faabric should actually pass non-const Messages to Executors as it's reasonable to assume they will need to modify them (e.g. to set output data).

The change is just to remove the const from a few of the Executor interface functions, then update all the implementations we find in this repo.

@Shillaker Shillaker self-assigned this Jun 9, 2021
@Shillaker Shillaker requested review from csegarragonz and removed request for csegarragonz June 10, 2021 07:26
@Shillaker Shillaker merged commit 2c94262 into master Jun 10, 2021
@Shillaker Shillaker deleted the non-const-msg branch June 10, 2021 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants