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 e39bcc0 commit 451ec65Copy full SHA for 451ec65
os/src/SubProcess.scala
@@ -143,6 +143,7 @@ class SubProcess(
143
/**
144
* Attempt to destroy the subprocess (gently), via the underlying JVM APIs
145
*/
146
+ @deprecated("Use destroy(shutdownGracePeriod = Long.MaxValue)")
147
def destroy(): Unit = destroy(shutdownGracePeriod = Long.MaxValue)
148
149
0 commit comments