Files
kiri-core/HttpServer/Abstracts/BaseContext.php
T
2020-09-04 00:41:33 +08:00

14 lines
127 B
PHP

<?php
namespace HttpServer\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static $pool = [];
}