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 fd23ac4 commit 82d17a5Copy full SHA for 82d17a5
LoopInterface.php
@@ -11,6 +11,10 @@ public function removeReadStream($stream);
11
public function removeWriteStream($stream);
12
public function removeStream($stream);
13
14
+ public function addTimer($interval, $callback);
15
+ public function addPeriodicTimer($interval, $callback);
16
+ public function cancelTimer($signature);
17
+
18
public function tick();
19
public function run();
20
public function stop();
0 commit comments