예제 #1
0
 protected function closeFile() : \Generator
 {
     $file = $this->file;
     $this->file = null;
     (yield parent::close());
     (yield $this->filesystem->unlinkFile($file));
 }
예제 #2
0
 protected function closeFile() : \Generator
 {
     $file = $this->file;
     $this->file = null;
     (yield parent::close());
     (yield $this->pool->invokeFunc('@unlink', $file));
 }