跳到主要内容

get_unused_co_num

获取池子中未使用协程对象的数量

声明

int get_unused_co_num()

参数

参数名描述

返回值

池子中未使用协程对象的数量

使用方式

// get co pool unused co object num
test_pool.get_unused_co_num();

返回文档