-
Notifications
You must be signed in to change notification settings - Fork 28
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
A0-1672: units returned by run_session #439
A0-1672: units returned by run_session #439
Conversation
Please make sure the following happened
|
f67f02f
to
2b09eeb
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.
Cool changes, although I have some comments.
Also cc @joschisan – as you can see we are actually implementing the more advanced interface after all, so feel free to comment here.
4851fad
to
c83c1ae
Compare
890d9cb
to
f52f918
Compare
… Data - added OrderedUnit: unit api for the UnitFinalizationHandler
… which is parametrized enough for calling it with batches of units
…ion for FinalizationHandler<BatchOfUnits>
…individual fields
…deredUnit::parents
f52f918
to
19a0d03
Compare
…ndler - using an adapter type instead - Data and Hasher are not associated types of UnitFinalizationHandler
@timorleph the advanced interface works for us just as well as far as I can tell. |
…ler's associated types (Data, Hasher)
b11baab
to
06e9f67
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.
A couple small complaints more, just to make the interfaces perfect. ;>
…ead of seperatly providing Data and Hasher
A separate method in member
run_session_for_units
that allows one to track finalization of batches of units.