Skip to content

Commit 451ec65

Browse files
committed
.
1 parent e39bcc0 commit 451ec65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os/src/SubProcess.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ class SubProcess(
143143
/**
144144
* Attempt to destroy the subprocess (gently), via the underlying JVM APIs
145145
*/
146+
@deprecated("Use destroy(shutdownGracePeriod = Long.MaxValue)")
146147
def destroy(): Unit = destroy(shutdownGracePeriod = Long.MaxValue)
147148

148149
/**

0 commit comments

Comments
 (0)