/Popen_w_pickles

Example using a pickle file as an inter-process i/o buffer.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Popen_w_pickles

Example using a pickle file as an nonblocking i/o buffer between a Qt main program thread and a subprogram.

Notes

Please don't ever use this in production, pickles are not at all safe and this could be used as vector for all manner of wickedness.