Why not just call the save function as a separate thread? threading.Thread(target=save, args=(data)).start() -- https://mail.python.org/mailman/listinfo/python-list
- Saving a file "in the background" -- How? Virgil Stokes
- Re: Saving a file "in the background" -- Ho... Joel Goldstick
- Re: Saving a file "in the background" -... Terry Reedy
- Re: Saving a file "in the background" -- Ho... Akira Li
- Re: Saving a file "in the background" -... Chris Angelico
- Re: Saving a file "in the background" -... Steven D'Aprano
- Re: Saving a file "in the background&quo... Chris Angelico
- Re: Saving a file "in the background" -- Ho... Deepfriedice