asyncfuture 0~0.1-1build1 source package in Ubuntu

Changelog

asyncfuture (0~0.1-1build1) noble; urgency=high

  * No change rebuild against frame pointers and time_t.

 -- Julian Andres Klode <email address hidden>  Mon, 22 Apr 2024 16:42:33 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
asyncfuture_0~0.1.orig.tar.gz 39.8 KiB ece22b464ff4acfe9dcb0ca8f9e4d81b33953f13f30ff51b3234a5df1b73f2b5
asyncfuture_0~0.1-1build1.debian.tar.xz 2.6 KiB bfd50bf8ff03057b205a2e8e3cd7765133769cf688f33f19456dc55c1369baba
asyncfuture_0~0.1-1build1.dsc 1.9 KiB 17fd988937b7d6dc22cbeec8d2776c5ebb99da626eba907fddc1dece81b3c2ec

View changes file

Binary packages built by this source

libasyncfuture-dev: Use QFuture (Qt) like a Promise object

 QFuture is used together with QtConcurrent to represent the result of
 an asynchronous computation. It is a powerful component for
 multi-thread programming. But its usage is limited to the result of
 threads, it doesn't work with the asynchronous signal emitted by
 QObject. And it is troublesome to setup the listener function via
 QFutureWatcher.
 .
 AsyncFuture is designed to enhance the function to offer a better way
 to use it for asynchronous programming. It provides a Promise object-
 like interface. This project is inspired by AsynQt and RxCpp.
 .
 This package contains the development header file (there is no
 corresponding library binary).