Skip to content

[modules/cellular] Make DBus calls async

Nicolas Fella requested to merge work/coro into master

Doing waitForFinished is problematic since it can freeze the UI

Instead use coroutines and QCoro, which allows to write similar code that doesn't block

Merge request reports

Loading