Skip to content

Please provide an async implementation of cpdb-frontend #91

@aleasto

Description

@aleasto

cpdb-frontend communicates with the backends entirely via synchronous DBus calls.
This is not well suited for graphical applications, as it freezes the UI while the exchange is happening.
Please provide async variants for all calls, or perhaps a separate frontend library with a similar interface but entirely asynchronous, using the GLib MainLoop, which could be adopted in GTK4 replacing the current synchronous implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions