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

feat(operator): add sample and sampleTime #264

Closed
wants to merge 1 commit into from
Closed

feat(operator): add sample and sampleTime #264

wants to merge 1 commit into from

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Sep 3, 2015

  • sample is equivalent to Rx2/3 sample(observable)
  • sampleTime is equivalent to Rx2/3 sample(number, scheduler)

closes #178

- sample is equivalent to Rx2/3 sample(observable)
- sampleTime is equivalent to Rx2/3 sample(number, scheduler)

closes #178
@benlesh
Copy link
Member Author

benlesh commented Sep 4, 2015

merged with 9e62789

@benlesh benlesh closed this Sep 4, 2015
@benlesh benlesh deleted the sample branch September 4, 2015 19:09
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(operator): implement sample operator
1 participant