Added multichannels and a simple channel-based bus

This commit is contained in:
2018-04-16 02:52:51 +02:00
parent 00d2bead8e
commit f8b43beaf5
9 changed files with 241 additions and 11 deletions

View File

@ -23,7 +23,6 @@ class Timer
public function __construct(callable $callback)
{
$this->callback = $callback;
$this->seconds = $seconds;
self::registerTimer($this->callback);
}