nat.front_ends.fastapi.fastapi_front_end_controller#
Attributes#
Classes#
_FastApiFrontEndController class controls the spawing and tear down of the API server in environments where |
Module Contents#
- logger#
- class _FastApiFrontEndController(app: fastapi.FastAPI)#
_FastApiFrontEndController class controls the spawing and tear down of the API server in environments where the server is needed and not already running.
- _app: fastapi.FastAPI#
- _server_background_task: asyncio.Task | None = None#