$_capacity : integer
$_length : integer
$_queue : \Swoole\Coroutine\Channel|\SplQueue
__construct(integer $capacity)
push(mixed $data) : void
pop(float $timeout = null) : mixed
isEmpty() : boolean
isFull() : boolean
length() : integer
capacity()