dataloader
dataloader copied to clipboard
add Flush() to bypass waiting for the timer
Add a Flush() method to the dataloader.Interface that if called will immediately fetch the outstanding batch without waiting for the timer. Should let us lower the latency in situations where we know that no more keys are going to be loaded so there's no reason to keep waiting.