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

Passing value from :effect to :return #6

Open
rafd opened this issue Apr 22, 2020 · 0 comments
Open

Passing value from :effect to :return #6

rafd opened this issue Apr 22, 2020 · 0 comments

Comments

@rafd
Copy link
Owner

rafd commented Apr 22, 2020

In some situations, the only time a return value is available would be inside of the :effect, for example, creating a db entity and needing to return the id of that entity back to a client.

Could:

  • just have :effect return values (and maybe get rid of :return , and maybe rename :effect)
  • have the return value for :effect be passed in as a param to :return
  • something else
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

No branches or pull requests

1 participant