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:
parent
10eb45e75c
commit
a6bca0f085
@ -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 () {
|
||||
|
@ -31,4 +31,4 @@ class ChannelledSocket extends ChannelledStream {
|
||||
$this->read->close();
|
||||
$this->write->close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user