Initial commit
This commit is contained in:
13
src/Interop/Channel/ChannelInterface.php
Normal file
13
src/Interop/Channel/ChannelInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace NoccyLabs\Ipc\Interop\Channel;
|
||||
|
||||
|
||||
interface ChannelInterface
|
||||
{
|
||||
public function isOpen():bool;
|
||||
|
||||
public function receive();
|
||||
|
||||
public function send($data);
|
||||
}
|
Reference in New Issue
Block a user