quotient-im / libQuotient

A Qt library to write cross-platform clients for Matrix
https://quotient-im.github.io/libQuotient/
GNU Lesser General Public License v2.1
132 stars 56 forks source link

Job handles, aka Here comes the future #754

Closed KitsuneRal closed 4 months ago

KitsuneRal commented 4 months ago

The centrepiece of this is in 91df7a7, specifically in jobhandle.cpp - the rest is introducing either JobHandle or QFuture in various contexts, as a proof of concept.

Closes #182.