Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在项目中使用 gevent-socketio。我需要使用gevent.spawn()带有监听redis队列的函数的方法。它不起作用导致spawn()等待工作功能结束。spawn()gevent-socketio 中是否有任何替代方法?
gevent.spawn()
spawn()