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 DispatchTimeInterval methods to TaggedTime #25

Merged
merged 2 commits into from
May 9, 2019
Merged

Conversation

stephencelis
Copy link
Member

Should be handy.

@stephencelis stephencelis requested a review from mbrandonw May 9, 2019 17:10
@@ -31,12 +32,17 @@ extension Tagged where Tag == MillisecondsTag, RawValue: BinaryFloatingPoint {
}
}

extension Tagged where Tag == MillisecondsTag, RawValue == Int {
extension Tagged where Tag == MillisecondsTag, RawValue: BinaryInteger {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also loosened this constraint to match what we have for SecondsTag.

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice additions, looks good!

@stephencelis stephencelis merged commit 012f5f8 into master May 9, 2019
@stephencelis stephencelis deleted the dispatch branch May 9, 2019 17:30
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