rlightning.utils.distributed.utils.singleton¶
Singleton metaclass implementation.
This module provides a metaclass for implementing the singleton pattern, ensuring only one instance of a class exists throughout the application.
Singleton metaclass implementation.
This module provides a metaclass for implementing the singleton pattern, ensuring only one instance of a class exists throughout the application.