文章 17 浏览 15
使用celery的代码如下,我的本意是想创建一个A的实例,并且用celery异步处理inc函数。 class A(): def __init__(self): self.num = 0 def inc(self): …
文章 0 评论 0
接受