get(); $cid = \Swoole\Coroutine::getCid(); echo "cid:$cid ".var_export($object,1)."\n"; }); go(function() use ($pool){ $object = $pool->get(); $cid = \Swoole\Coroutine::getCid(); echo "cid:$cid ".var_export($object,1)."\n"; });