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

More eager version of a scan: emits values immediately upon calculation #931

Merged
merged 1 commit into from
Sep 12, 2017

Conversation

avakhrenev
Copy link
Contributor

@avakhrenev avakhrenev commented Sep 7, 2017

Previously scan kept last known value until next one or the end of the stream.

Now it matches Rx equivalent

@mpilquist mpilquist merged commit bd3f5ce into typelevel:series/0.10 Sep 12, 2017
@avakhrenev avakhrenev deleted the eager-scan branch September 12, 2017 22:44
tscholak pushed a commit to tscholak/fs2 that referenced this pull request Sep 28, 2017
More eager version of a scan: emits values immediately upon calculation
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.

2 participants