class Thread::SizedQueue

此类表示指定大小容量的队列。如果容量已满,则 push 操作可能会被阻塞。

有关 Thread::SizedQueue 如何工作的示例,请参见 Thread::Queue