mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue