-
Notifications
You must be signed in to change notification settings - Fork 57
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
implement IntervalStream in Clock::stream_slots #281
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! left some feedback
I'll first do this then create a separate PR for the custom stream implementation later? |
removed async-stream
yeah sounds great on moving the custom stream impl to a future PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice updates! a few things to fix and then this should be ready to merge
Co-authored-by: Alex Stokes <[email protected]>
Co-authored-by: Alex Stokes <[email protected]>
closing in lieu of #385 |
Hey @ralexstokes, I picked up #215.
Refactored using
IntervalStream