/single_instance

Ensure that only one instance of a class or script is running

Primary LanguagePython

single_instance

Ensure that only one instance of a class or script is running

This is good enough for most simple use-cases. For more complicated applications, use singleton from tendo