Skip to content
  • Halla Rempt's avatar
    Add option to get a resource server without blocking on the loader thread · 4c1e3ca5
    Halla Rempt authored
    Many widgets need a resource server object to initialize themselves
    correctly, but they don't need the resources to be ready and loaded
    already.
    
    This patch ensures that during the construction of a main window, no
    widget blocks until all resources of a type are loaded, which means
    faster startup and the loading of resources in the background is
    useful again.
    
    BUG:342363
    4c1e3ca5