1
0
mirror of https://github.com/danog/parallel.git synced 2025-01-22 14:01:14 +01:00

Fix code style

This commit is contained in:
Niklas Keller 2017-06-17 18:31:35 +02:00
parent 10eb45e75c
commit a6bca0f085
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<?php
require dirname(__DIR__).'/vendor/autoload.php';
use Amp\Delayed;
use Amp\Loop;
use Amp\Parallel\Threading\Thread;
use Amp\Delayed;
Loop::run(function () {
$timer = Loop::repeat(1000, function () {

View File

@ -31,4 +31,4 @@ class ChannelledSocket extends ChannelledStream {
$this->read->close();
$this->write->close();
}
}
}