我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用gevent.monkey.patch_socket()。
def init_pool(self, worker_count): monkey.patch_socket() return Pool(worker_count)