JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr 0, ]; } function __construct(array $options = []) { parent::__construct(); $options = new Options($options, self::defaults()); $elg_options = self::$crt->event_loop_group_options_new(); self::$crt->event_loop_group_options_set_max_threads($elg_options, $options->getInt('max_threads')); $this->acquire(self::$crt->event_loop_group_new($elg_options)); self::$crt->event_loop_group_options_release($elg_options); } function __destruct() { self::$crt->event_loop_group_release($this->release()); parent::__destruct(); } }