aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppTask.h
Commit message (Collapse)AuthorAgeFilesLines
* Task/Promise: Don't allow abstract typesLinus Jahn2023-01-281-8/+1
| | | | | Supporting abstract types only has little advantages and we might want to store the result by value later.
* Task: Add static assert for then functionLinus Jahn2023-01-221-4/+5
|
* Introduce QXmppTask & QXmppPromiseLinus Jahn2023-01-031-0/+230
Closes #502. Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>