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

Proposal: StateFlow.asWorkflow() extension #18

Open
zach-klippenstein opened this issue Jun 17, 2020 · 3 comments
Open

Proposal: StateFlow.asWorkflow() extension #18

zach-klippenstein opened this issue Jun 17, 2020 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@zach-klippenstein
Copy link
Collaborator

StateFlow<T> is a stream of values that always has a "current" value, and emits that value to all new subscribers. This is conceptually similar to a Workflow<Unit, T, T>.

@zach-klippenstein zach-klippenstein added the enhancement New feature or request label Jun 17, 2020
@zach-klippenstein zach-klippenstein added this to the post-v1.0.0 milestone Jun 17, 2020
@rjrjr
Copy link
Contributor

rjrjr commented Jun 17, 2020

Whoa.

@dhavalshreyas
Copy link
Contributor

@zach-klippenstein
Copy link
Collaborator Author

Interesting, that's slightly different. We only have converters for turning Flows into Workers, not Workflows.

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

No branches or pull requests

3 participants