Completed
Push — master ( afaa46...e1274c )
by Vasily
12:47 queued 08:43
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.