I wanted to asynchronously invoke a method from inside a flask view function with code like:
threading.Thread(target = myFunc, args= (a,b))
B