class Async::Container::Notify::Client
def stopping!(**message)
Notify the parent controller that the child is stopping.
def stopping!(**message) message[:stopping] = true send(**message) end
def stopping!(**message) message[:stopping] = true send(**message) end