diff --git a/examples/fork.php b/examples/fork.php index 7419a5f..b6fec42 100755 --- a/examples/fork.php +++ b/examples/fork.php @@ -2,12 +2,12 @@ receive())); diff --git a/src/Forking/Process.php b/src/Forking/Fork.php similarity index 99% rename from src/Forking/Process.php rename to src/Forking/Fork.php index 0aeb0bc..e5b3fb6 100644 --- a/src/Forking/Process.php +++ b/src/Forking/Fork.php @@ -16,7 +16,7 @@ use Icicle\Loop; /** * Implements a UNIX-compatible context using forked processes. */ -class Process implements ContextChannelInterface +class Fork implements ContextChannelInterface { /** * @var \Icicle\Concurrent\Sync\Channel A channel for communicating with the child.