Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvstreamer: add more assertions to RequestsProvider.enqueue
If we ever enqueue zero-length requests, it could cause a deadlock where the `workerCoordinator` is waiting for more requests and the enqueuer is waiting for results. Add assertions that we never do this. Release note: None
- Loading branch information