QNetworkAccessManager from ThreadPool

后端 未结 2 453
-上瘾入骨i
-上瘾入骨i 2021-01-19 19:20

A very fundamental question. The documentation mentions that all methods in QNetworkAccessManager are reentrant. If so, is performing a get() metho

2条回答
  •  孤城傲影
    2021-01-19 19:53

    As a side note to this ,if you just want the GET request to be asynchronous, QNetworkAccessManager is already asynchronous (says so in the docs).

提交回复
热议问题