0, ); } function __construct(array $options = array()) { parent::__construct(); if (count($options) == 0) { $options = self::defaults(); } $this->acquire(self::$crt->event_loop_group_new($options['num_threads'])); } function __destruct() { self::$crt->event_loop_group_release($this->native); $this->release(); parent::__destruct(); } }