Handle Flask requests concurrently with threaded=True

What exactly does passing threaded = True to app.run() do? My application processes input from the user, and takes a bit of time to do so. During this time, the application is unable to handle other