Skip to content

Commit

Permalink
Fix Supply.throttle()
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Nov 25, 2017
1 parent 3166400 commit c8370f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Supply.pm
Expand Up @@ -1354,7 +1354,7 @@ my class Supply does Awaitable {
$bleed.emit(@buffer.shift) while @buffer;
$bleed.done;
}
$done = 0;
$done = 1;
}
}

Expand Down

0 comments on commit c8370f2

Please sign in to comment.