Files
kiri-core/HttpServer/Abstracts/BaseContext.php
T

14 lines
127 B
PHP
Raw Normal View History

2020-08-31 01:27:08 +08:00
<?php
namespace HttpServer\Abstracts;
use Swoole\Coroutine;
abstract class BaseContext
{
protected static $pool = [];
}