Wanted to introduce asynchronous behavior inside flask view function

前端 未结 0 1832
走了就别回头了
走了就别回头了 2021-01-02 11:03

I wanted to asynchronously invoke a method from inside a flask view function with code like:

threading.Thread(target = myFunc, args= (a,b))

B

相关标签:
回答
  • 消灭零回复
提交回复
热议问题