[d]eventlet.tpool.excute阻塞?
利用eventlet.tpool.excute(func,para1.para2)创建线程,eventlet.tpool.excute需等待func执行完了才返回?哪位大神指点一下啊?
--------------------------
Double行动:
原帖分数:40
帖子加分:40
[解决办法]
eventlet.tpool.execute(meth, *args, **kwargs)
Execute meth in a Python thread, blocking the current coroutine/ greenthread until the method completes.
它需要等待 meth 执行完后才能继续