Skip to content

Commit 6ce8791

Browse files
committed
add timer test
1 parent 7b265a9 commit 6ce8791

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/timer.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
echo "function B", PHP_EOL;
2424
sleep(1);
2525
}
26-
});
26+
});
27+
28+
$loop->run();

0 commit comments

Comments
 (0)