OuterRunState faststream.asgi.app.OuterRunState # OuterRunState() Bases: ServerState Source code in faststream/asgi/app.py 57 58def __init__(self) -> None: self.extra_options = {} extra_options instance-attribute # extra_options = {} stop # stop() Source code in faststream/asgi/app.py 60 61 62def stop(self) -> None: # TODO: resend signal to outer uvicorn pass