-
Notifications
You must be signed in to change notification settings - Fork 9
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
1125 scheduler: template runInEpoch* functions #1133
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1133 +/- ##
===========================================
+ Coverage 79.18% 79.19% +0.01%
===========================================
Files 713 714 +1
Lines 26917 26939 +22
===========================================
+ Hits 21313 21335 +22
Misses 5604 5604
|
140caa4
to
3f90d0b
Compare
3f90d0b
to
a124269
Compare
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.
This looks great to me
fec7a83
to
4531cf0
Compare
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.
Seems to be OK.
4531cf0
to
04e0a8d
Compare
(re-running to get Codacy/PR Quality Review to pass) |
Make sure that vt::runInEpoch* accepts std::function as an argument.
04e0a8d
to
c95db71
Compare
Fixes #1125