Completed
Push — class-eventloop ( 1db9ec )
by Vasily
05:03
created
PHPDaemon/Core/EventLoop.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         return \Event::signal($this->base, ...$args);
33 33
     }
34 34
 
35
+    /**
36
+     * @param \Closure $cb
37
+     */
35 38
     public function interrupt($cb = null) {
36 39
         if ($cb !== null) {
37 40
             $this->callbacks->push($cb);
Please login to merge, or discard this patch.