bumblebee-status/bumblebee_status/modules
tobi-wan-kenobi 547874dafd [core/module] allow modules to perform updates in background
a module can now set `self.background = True` in its `__init__()` method
to make sure its update method is invoked in a separate thread.

also, do a PoC implementation of this for the github module.

TODO: add this to dev doc

see #640
2020-05-30 17:22:02 +02:00
..
contrib [core/module] allow modules to perform updates in background 2020-05-30 17:22:02 +02:00
core [util/popup] replace mainloop with custom loop 2020-05-30 10:02:12 +02:00
__init__.py [core] restructure to allow PIP packaging 2020-05-09 21:22:00 +02:00