stores
¶
Classes¶
fastvideo.entrypoints.openai.stores.AsyncDictStore
¶
A small async-safe in-memory key-value store for dict items.
This encapsulates the usual pattern of a module-level dict guarded by an asyncio.Lock and provides simple CRUD methods that are safe to call concurrently from FastAPI request handlers and background tasks.