<?php namespace React\EventLoop; interface TimerInterface { /** * Get the interval after which this timer will execute, in seconds * * @return float */ public function getInterval(); /** * Get the callback that will be executed when this timer elapses * * @return callable */ public function getCallback(); /** * Determine whether the time is periodic * * @return bool */ public function isPeriodic(); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Tick | Folder | 0755 |
|
|
Timer | Folder | 0755 |
|
|
ExtEvLoop.php | File | 5.82 KB | 0644 |
|
ExtEventLoop.php | File | 7.35 KB | 0644 |
|
ExtLibevLoop.php | File | 5.45 KB | 0644 |
|
ExtLibeventLoop.php | File | 8.36 KB | 0644 |
|
ExtUvLoop.php | File | 7.99 KB | 0644 |
|
Factory.php | File | 1.32 KB | 0644 |
|
LoopInterface.php | File | 18.24 KB | 0644 |
|
SignalsHandler.php | File | 1.28 KB | 0644 |
|
StreamSelectLoop.php | File | 9.19 KB | 0644 |
|
TimerInterface.php | File | 492 B | 0644 |
|