Releases: clue/reactphp-shell
Releases · clue/reactphp-shell
v0.2.0
- Feature: Forcefully terminate underlying
Process
if its Stream
closes.
As such, calling DeferredShell::close()
now terminates the underlying Process
.
(#2)
- Feature:
ProcessLauncher::createDeferredShell()
now also accepts a Process
instance.
(#1)