Create a thread/process-safe print wrapper

Issue #5 resolved
Jesse Almanrode repo owner created an issue

I have an FAQ for how to implement a multiprocessor.Lock to ensure that multiple processes do not print to stdout at the same time. However, it might be easier to actually bring that functionality into sshreader so that the user can use a wrapper function instead of having to implement their own multiprocessor.Lock.

Comments (2)

  1. Log in to comment