Skip to content

OuterRunState

faststream.asgi.app.OuterRunState #

OuterRunState()

Bases: ServerState

Source code in faststream/asgi/app.py
def __init__(self) -> None:
    self.extra_options = {}

extra_options instance-attribute #

extra_options = {}

stop #

stop()
Source code in faststream/asgi/app.py
def stop(self) -> None:
    # TODO: resend signal to outer uvicorn
    pass