ConnectionPeriodicTimer
class ConnectionPeriodicTimer implements IteratorAggregate, Countable
Class ConnectionPeriodicTimer
Properties
| protected array | $registry | ||
| protected LoopInterface | $loop | ||
| protected ConnectionInterface | $connection |
Methods
__construct(ConnectionInterface $connection, LoopInterface $loop)
No description
bool
getPeriodicTimer(string $name)
No description
string
getTid(string $name)
No description
addPeriodicTimer(string $name, int|float $timeout, mixed $callback)
No description
bool
isPeriodicTimerActive(string $name)
No description
cancelPeriodicTimer(mixed $tidOrname)
No description
getIterator()
No description
int.
count()
No description