← Back to team overview

ubuntu-phone team mailing list archive

Re: SDK planning

 

On Sun, Mar 20, 2016 at 6:25 AM, Omer Akram <om26er@xxxxxxxxxx> wrote:

> Perhaps we could provide some sophisticated API for the developers so that
> they don't really have to handle threading directly, atleast for simpler
> operations. (If there already is please enlighten me).
>

For network access, there is QNetworkAccessManager [1], which makes async
requests on its own internal thread and signals the main thread when it's
done.

[1] http://doc.qt.io/qt-5/qnetworkaccessmanager.html

Follow ups

References