mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename buffer to pool
This commit is contained in:
parent
7212e44314
commit
4eeb7b3971
3 changed files with 36 additions and 32 deletions
|
|
@ -10,6 +10,10 @@ namespace Yggverse\Yoda\Interface\Model;
|
|||
*/
|
||||
interface Connection
|
||||
{
|
||||
public function __construct(
|
||||
\Yggverse\Yoda\Interface\Model\Pool $pool
|
||||
);
|
||||
|
||||
public function request(
|
||||
string $request,
|
||||
int $timeout = 5
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ namespace Yggverse\Yoda\Interface\Model;
|
|||
* Shared memory API for async operations
|
||||
*
|
||||
*/
|
||||
interface Buffer
|
||||
interface Pool
|
||||
{
|
||||
public function get(
|
||||
string $key
|
||||
Loading…
Add table
Add a link
Reference in a new issue