Version bump 1.2.0: Added SIGINT trapping & graceful cancellation: SIGINT does not terminate already-running child processes, just prevents more from being spawned and waits on the running ones.

Fortune for leanify-many's current commit: Future blessing − 末吉
master
Avril 1 week ago
parent 2b65696512
commit 7fa4004ebf
Signed by: flanchan
GPG Key ID: 284488987C31F630

2
Cargo.lock generated

@ -184,7 +184,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leanify-many"
version = "1.1.1"
version = "1.2.0"
dependencies = [
"cfg-if",
"futures",

@ -1,6 +1,6 @@
[package]
name = "leanify-many"
version = "1.1.1"
version = "1.2.0"
description = "spawn leanify subprocesses"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"

Loading…
Cancel
Save