asyncfuture 0~0.1-1 source package in Ubuntu

Changelog

asyncfuture (0~0.1-1) unstable; urgency=medium

  * Initial release (Closes: #982945)

 -- Wookey <email address hidden>  Sat, 28 Jan 2023 00:55:32 +0000

Upload details

Uploaded by:
Wookey
Uploaded to:
Sid
Original maintainer:
Wookey
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
asyncfuture_0~0.1-1.dsc 1.7 KiB 992d734affc30c19bdfc53f5632c906ac99791b3f9ee250125fb4844470b9018
asyncfuture_0~0.1.orig.tar.gz 39.8 KiB ece22b464ff4acfe9dcb0ca8f9e4d81b33953f13f30ff51b3234a5df1b73f2b5
asyncfuture_0~0.1-1.debian.tar.xz 2.5 KiB e4c687430a1679a024061cce3acde5afcae9d2de9dd67f4328b543224a747133

No changes file available.

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).