If there are multiple instances of Master and worker running in the same python environment that will interact with the same global functions. Need to make Master and Worker singleton classes
This probably doesn't need to be implemented and just adds unnecessary work. Instead need to document that multiple masters and workers in the same Python environment is discouraged and may cause unexpected behaviour (see #24)
Description
If there are multiple instances of Master and worker running in the same python environment that will interact with the same global functions. Need to make Master and Worker singleton classes
This probably doesn't need to be implemented and just adds unnecessary work. Instead need to document that multiple masters and workers in the same Python environment is discouraged and may cause unexpected behaviour (see #24)