Exemplo n.º 1
0
 /**
  * Remove given descriptor from selector
  *
  * @param RequestDescriptor $operation
  *
  * @return void
  */
 private function removeOperationsFromSelector(RequestDescriptor $operation)
 {
     if ($this->selector) {
         $this->selector->removeAllSocketOperations($operation);
     }
 }