Skip to content

Commit c4dbd97

Browse files
committed
Remove unnecessary PeclEvLoop::tick().
1 parent 52b38fc commit c4dbd97

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/PeclEvLoop.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,6 @@ public function futureTick(callable $listener)
180180
$this->futureTickQueue->add($listener);
181181
}
182182

183-
/**
184-
* {@inheritdoc}
185-
*/
186-
public function tick()
187-
{
188-
$this->futureTickQueue->tick();
189-
190-
$this->loop->run(Ev::RUN_ONCE | Ev::RUN_NOWAIT);
191-
}
192-
193183
/**
194184
* {@inheritdoc}
195185
*/

0 commit comments

Comments
 (0)