getLoop(), $this->options); } /** * write to NullSocket can not be performed * @param string $task * @param null $load * @return Promise\PromiseInterface */ public function write(string $task, $load = null) : Promise\PromiseInterface { return new Promise\RejectedPromise(); } }