Wolfgang Bumiller 382609b04e tools: add Cancellable, start a futures submodule
To make a future cancellable, use:
let (future, canceller) =
    crate::tools::futures::cancellable(future);

Proceed with using `future` as usual, `canceller` is
clonable and can cancel the future via the `.cancel()`
method.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-05-29 11:18:29 +02:00
2019-04-25 11:01:33 +00:00
2019-03-19 12:22:57 +01:00
2019-04-25 11:01:33 +00:00
2019-04-11 12:18:04 +02:00
2019-02-05 14:17:30 +01:00
2019-02-24 10:18:38 +01:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%