Flask - Background Tasks
In Flask, which code snippet correctly initiates a background thread to run a function named
process_data?process_data?run_in_background or run_async. Python's threading.Thread is used to start background threads.Thread object with the target function and calling start().threading.Thread and start() [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions