We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383964d commit 84ca9e3Copy full SHA for 84ca9e3
Readme.adoc
@@ -2509,6 +2509,15 @@ string, int or set representations of the `os.PermSet` via:
2509
2510
== Changelog
2511
2512
+[#0-11-3]
2513
+=== 0.11.3
2514
+
2515
+* `SubProcess` spawning operations now take an `destroyOnExit = true` flag to try and shut them
2516
+ down when the host JVM exits, `SubProcess#destroy` now takes a configurable
2517
+ `(shutdownGracePeriod: Long, async: Boolean)` flags to configure the behavior (superseding
2518
+ the old `destroy()`/`destroyForcibly()` methods), and `timeoutGracePeriod` has been renamed to
2519
+ `shutdownGracePeriod` https://github.com/com-lihaoyi/os-lib/pull/324[#324]
2520
2521
[#0-11-2]
2522
=== 0.11.2
2523
0 commit comments