colda.short_polling package
Submodules
colda.short_polling.api module
- class colda.short_polling.api.ShortPolling
Bases:
object
Short polling to interact with back-end
Methods
get_instance start_cooperation end_cooperation
- classmethod get_instance() type[short_polling.polling.ShortPolling]
Singleton pattern. Get instance of current class.
Returns
type[ShortPolling]
- handle_thread_exception(args)
colda.short_polling.polling module
- class colda.short_polling.polling.ShortPolling
Bases:
object
Short polling to interact with back-end
Methods
get_instance start_cooperation end_cooperation
- classmethod get_instance() type[colda.short_polling.polling.ShortPolling]
Singleton pattern. Get instance of current class.
Returns
type[ShortPolling]
- handle_thread_exception(args)