amphp / process

An async process dispatcher for Amp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process::getStdin should return ResourceInputStream

kelunik opened this issue · comments

We always return a ResourceInputStream, so it should declare that instead of InputStream, otherwise unreference can't be reliably used on it.