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 support for external streams (streams triggered by other triggers) #35

Closed
branimirangelov opened this issue Aug 2, 2020 · 1 comment · Fixed by #65
Closed

Add support for external streams (streams triggered by other triggers) #35

branimirangelov opened this issue Aug 2, 2020 · 1 comment · Fixed by #65
Labels
enhancement New feature or request
Milestone

Comments

@branimirangelov
Copy link
Collaborator

In addition to StreamDelegateType.Action and .Function add .External for denoting these type of streams. They can be used as input for other streams (as regular streams), however they have the following specifics:

  1. can't have input parameters (they are externally defined);
  2. can't be lazy;
@branimirangelov branimirangelov added this to the Release 0.6 milestone Oct 4, 2020
@branimirangelov
Copy link
Collaborator Author

Consider as API improvement for 0.6. Link to #44

@branimirangelov branimirangelov added the enhancement New feature or request label Oct 5, 2020
@bojidar-bg bojidar-bg mentioned this issue Dec 4, 2020
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.

1 participant