You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consolidate handler and batch handler to be batch handlers with a batch size of 1.
A normal handler should simply be a batch handler under the hood.
This makes one of handler and batch handler obsolete and allows to create any of those two with simply a different constructor function which for example wraps a handler in a batch handler.
The text was updated successfully, but these errors were encountered:
consolidate handler and batch handler to be batch handlers with a batch size of 1.
A normal handler should simply be a batch handler under the hood.
This makes one of handler and batch handler obsolete and allows to create any of those two with simply a different constructor function which for example wraps a handler in a batch handler.
The text was updated successfully, but these errors were encountered: