We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a60569a commit 0fcf265Copy full SHA for 0fcf265
src/PqUnbufferedResultSet.php
@@ -29,6 +29,8 @@ public function __construct(callable $fetch, pq\Result $result, callable $releas
29
{
30
$this->numCols = $result->numCols;
31
32
+ $destroyed = &$this->destroyed;
33
+
34
$this->producer = new Producer(static function (callable $emit) use (&$destroyed, $release, $result, $fetch) {
35
try {
36
do {
0 commit comments