Saving a file "in the background" -- How?

Deepfriedice Deepfriedice at openmailbox.org
Thu Oct 30 21:45:31 EDT 2014


Why not just call the save function as a separate thread?
threading.Thread(target=save, args=(data)).start()



More information about the Python-list mailing list