Skip to content

Commit

Permalink
merge 1.0.x into master
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <[email protected]>
  • Loading branch information
OlegDokuka committed Feb 27, 2021
2 parents 7ceb7aa + ce62903 commit d3ae6fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ void drain() {
t = qs.poll();
if (t == null) {
if (done) {
qs.clear(); // clear upstream to terminated it due to the contract
cdl.countDown();
return;
}
Expand Down

0 comments on commit d3ae6fa

Please sign in to comment.