Class: Bridgetown::Container::Policy

Inherits:
Async::Container::Policy
  • Object
show all
Defined in:
bridgetown-core/lib/bridgetown-core/container/policy.rb

Instance Method Summary collapse

Instance Method Details

#child_exit(container, child, status, name:, key:, **options) ⇒ Object

rubocop:disable Lint/UnusedMethodArgument, Metrics/ParameterLists



5
6
7
# File 'bridgetown-core/lib/bridgetown-core/container/policy.rb', line 5

def child_exit(container, child, status, name:, key:, **options) # rubocop:disable Lint/UnusedMethodArgument, Metrics/ParameterLists
  container.stop
end