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.
#stop
1 parent 2fb6f6b commit 63e9456Copy full SHA for 63e9456
lib/async/container/group.rb
@@ -121,7 +121,7 @@ def terminate
121
# Stop all child processes using {#terminate}.
122
# @parameter timeout [Boolean | Numeric | Nil] If specified, invoke a graceful shutdown using {#interrupt} first.
123
def stop(timeout = 1)
124
- Console.info(self, "Stopping all processes...", timeout: timeout)
+ Console.debug(self, "Stopping all processes...", timeout: timeout)
125
# Use a default timeout if not specified:
126
timeout = 1 if timeout == true
127
0 commit comments